Routing not working
Closed this issue · 2 comments
mkrishna2025 commented
I am getting below error ....
{"statusCode":404,"statusMessage":"Not Found","statusDescription":"The requested resource was not found on the server","result":{}}
cjus commented
@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
Thanks.. It is working..