Add scanner's openapi to scalar

This commit is contained in:
Zoe Roux
2025-05-04 23:26:06 +02:00
parent 9f330f6683
commit aba86601cd
3 changed files with 15 additions and 2 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ const app = new Elysia()
scalarConfig: {
sources: [
{ slug: "kyoo", url: "/swagger/json" },
{ slug: "keibi", url: "http://localhost:4568/auth/swagger/doc.json" },
{ slug: "keibi", url: "/auth/swagger/doc.json" },
{ slug: "scanner", url: "/scanner/openapi.json" },
],
},
documentation: {