feat: init swagger

This commit is contained in:
Stavros
2026-07-03 22:59:31 +03:00
parent 6ab9c0a0c5
commit 33a5b859cf
9 changed files with 204 additions and 4 deletions
+5
View File
@@ -62,6 +62,11 @@ export default defineConfig({
changeOrigin: true,
rewrite: (path) => path.replace(/^\/authorize/, ""),
},
"/swagger": {
target: "http://tinyauth-backend:3000/swagger",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/swagger/, ""),
}
},
allowedHosts: true,
},