antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.95k stars 197 forks source link

can't load resources when installed in subfolders #115

Closed seedgabo closed 5 years ago

seedgabo commented 5 years ago

api calls are set to /health/resources if laravel if installed in a sub folder pane will be fail to load resources or any other end point

Maixck commented 5 years ago

I also have this error, it's not coded as relative paths, found any way to solve the problem?

antonioribeiro commented 5 years ago

Fixed in v0.9.16. You should be able to configure your routes and they will be used by axios now.