diff --git a/docs-app/src/router.ts b/docs-app/src/router.ts index 42ef987..4811517 100644 --- a/docs-app/src/router.ts +++ b/docs-app/src/router.ts @@ -6,7 +6,7 @@ import config from '#config'; import { addRoutes } from 'kolay'; @properLinks({ - ignore: ['/tests'], + ignore: ['/tests', '/api'], }) export default class Router extends EmberRouter { location = config.locationType;