PGBI / kong-dashboard

Dashboard for managing Kong gateway
MIT License
2.17k stars 390 forks source link

Fix resource url if parent is set #180

Closed zhouzhuojie closed 5 years ago

zhouzhuojie commented 6 years ago

No need to send ??, for example

http://localhost:8080/proxy/apis/<uuid>/plugins??

breaks the fetch call.

PGBI commented 5 years ago

Which page does this error break? Any time to add a test?