Replies: 1 comment
-
Hello, the answer depends on how you want to make match (by path? by header?) and why you want to remove the api from the routing in the first place. One option is making the Service have
As you can see, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to strip part of the path in routes, but not all.
E.g:
route paths: ["/api/user/info","/api/user/all"]
The actual project path is ["/user/info","user/all"]
How to remove the "api" in the routing?
Beta Was this translation helpful? Give feedback.
All reactions