tiagocoutinho / multivisor

Centralized supervisor WebUI and CLI
GNU General Public License v3.0
184 stars 37 forks source link

Fix catch_all pattern which shouldn't be prefixed with /api. #30

Closed guy881 closed 5 years ago

guy881 commented 5 years ago

Looks like my last changes to the routing which helped in development mode, actually caused bug in build version. The "catch_all" view should have root route ("/") instead of ("/api"). I've checked this both in development mode and production build.

tiagocoutinho commented 5 years ago

LGTM, thanks for the fix. I will merge it now