Moved docs endpoint to root
This commit is contained in:
parent
c151cdf691
commit
f37bcad333
1 changed files with 1 additions and 1 deletions
|
|
@ -90,6 +90,6 @@ export default async (app: INestApplication) => {
|
||||||
config,
|
config,
|
||||||
redocOptions,
|
redocOptions,
|
||||||
swaggerUIPath: "/api",
|
swaggerUIPath: "/api",
|
||||||
redocPath: "/docs",
|
redocPath: "/",
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue