How to Set Multiple Base Paths in index.ts in LoopBack 4 #10621
Unanswered
Rudecruels
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my loopback4 application I already have a basepath that set in the index.ts
When requesting the endpoint start with /api/vi will enter into the application.
I want to add another base path like /files to enter the application.
Both basepath have different purpose.
NB: I have implemented the same approach in loopback 3 , but comming to loopback4 I didn't get the idea to do that
Beta Was this translation helpful? Give feedback.
All reactions