Skip to content

Commit

Permalink
route change
Browse files Browse the repository at this point in the history
  • Loading branch information
argl committed Dec 17, 2024
1 parent 823e478 commit 0ee3f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export async function createServer() {
server.register(scanApiV2, { prefix: "/api/v2" }),
server.register(statsApiV2, { prefix: "/api/v2" }),
server.register(recommendationMatrixApiV2, { prefix: "/api/v2" }),
server.register(version, { prefix: "/api" }),
server.register(version, { prefix: "/api/v2" }),
]);

["SIGINT", "SIGTERM"].forEach((signal) => {
Expand Down

0 comments on commit 0ee3f82

Please sign in to comment.