Moved docs endpoint to root

This commit is contained in:
Thom Werring 2023-10-26 22:08:01 +02:00
parent c151cdf691
commit f37bcad333

View file

@ -90,6 +90,6 @@ export default async (app: INestApplication) => {
config, config,
redocOptions, redocOptions,
swaggerUIPath: "/api", swaggerUIPath: "/api",
redocPath: "/docs", redocPath: "/",
}); });
}; };