learn hapi — Customize Your Swagger API Documentation URL
Your initial API documentation for Futureflix uses hapi-swagger to generate an endpoint overview from your project configuration. By default, hapi-swagger registers the /documentation route. If you want another path, like /docs, you can customize it. You’ll do that in a minute 😉 Besides the API documentation URL, you can tell …
Continue Reading