Skip to content

Commit

Permalink
Update open-api-spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bherr2 authored Dec 14, 2023
1 parent af763cf commit 453ed95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asctb-api/src/routes/open-api-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ export const openApiRoute: RequestHandler = (_req, res, _next) => {

export function setupOpenApiSpecRoutes(app: Express): void {
app.get('/', browserRoute);
app.get('/index.html', browserRoute);
app.get('/asctb-api-spec.yaml', openApiRoute);
}

0 comments on commit 453ed95

Please sign in to comment.