How to map internal endpoint in Ocelot API gateway? #2183
Unanswered
lujamaharjan
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hello, Sachin! What endpoints are you referring to? How were they established? What is the actual type of the 404 error? Could you please extract the logs? Did you mean the Ocelot controller endpoints or user type ones? Could you provide the complete C# code? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When i use
await app.UseOcelot()
The endpoints in the same project where ocelot is configured do not work. I get 404. Is there any way to map internal routes.
Beta Was this translation helpful? Give feedback.
All reactions