Local Setup OpenMrs Error

I setup the local environment for openmrs.It worked although fine but I am unable to use web Api documentation page.The page does not get or post something.Here is the screen shot.Url is not generated right? Apache tomcat 9.0 openmrs 2.0.5 MySql

![image

For your local instance, can you try a page that looks like this? https://demo.openmrs.org/openmrs/module/webservices/rest/test.htm

It’s getting right data on your provided link.But I am doing development and I set up the path for openmrs through this link. localhost:8080/openmrs/ws/rest/v1/concept but when I try to it through my project the same problem occured as I posted.I need to append localhost:8080/openmrs/ws/rest/concept but it’s not working. Any idea what is the problem it was working fine but eventually I am getting this error. I reinstall everything but nothing work.

Thanks I fixed it on openmrs module/webrestservices/setting in my local host it worked fine.