-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
I have created my paths like this.
https://api.syn-platform.com/service1/
https://api.syn-platform.com/service2/
Now these service1 and service2 are two independent node js backend server.
If tomorrow, If I want to change the path, from /service1 to /service1-beta/
I have to change urls and coding inside the service.
Also, I need to register my urls like /service1/health inside the codebase. I wish if ALB Ingress do some remove some portion of path so that my service will receive it as /health
and not /service1/health
.
fastify support Route prefixing which we are using it - https://github.com/fastify/fastify/blob/master/docs/Routes.md#route-prefixing but I wish if something can be done so that we don't need to use Route prefix too.
WSMathias, ysenthu, qwegssg, pavel-trubitsyn, emmaroberts-nbs and 12 more
Metadata
Metadata
Assignees
Labels
No labels