mirror of https://gitee.com/bigwinds/arangodb
Fix aardvark more
This commit is contained in:
parent
39754d700f
commit
fae673a7f3
|
@ -132,7 +132,7 @@ authRouter.use((req, res, next) => {
|
|||
});
|
||||
|
||||
|
||||
authRouter.get('/api/*', module.context.createSwaggerHandler({
|
||||
authRouter.get('/api/*', module.context.apiDocumentation({
|
||||
swaggerJson(req, res) {
|
||||
res.json(API_DOCS);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue