declare const _default = "Welcome to feTS

404 Not Found

Not the page you are looking for? \uD83D\uDC40

This page is shown be default whenever a 404 is hit.
You can disable this by behavior via the landingPage option.

\n          \nimport { createRouter } from 'fets';\n\nconst router = createRouter({\n  landingPage: false\n})\n          \n        

If you expected this page to be the Swagger UI route, you need to configure feTS. Currently, the Swagger UI route is configured to be on __SWAGGER_UI_PATH__.

\n          \nimport { createRouter } from 'fets';\n\nconst router = createRouter({\n  swaggerUI: {\n    endpoint: '__REQUEST_PATH__'\n  },\n})\n          \n        
"; export default _default;