pnxtech / hydra-router

A service aware router for Hydra Services. Implements an API Gateway and can route web socket messages.
MIT License
60 stars 26 forks source link

Routing not working #174

Closed mkrishna2025 closed 6 years ago

mkrishna2025 commented 6 years ago

I am getting below error ....

{"statusCode":404,"statusMessage":"Not Found","statusDescription":"The requested resource was not found on the server","result":{}}

cjus commented 6 years ago

@mkrishna2025 the error you're getting doesn't mean the routing isn't working. Actually, it means that it is working. The bottom line is probably that your route isn't probably defined and/or being registered. Do you have any code you can share around that?

mkrishna2025 commented 6 years ago

Thanks.. It is working..