Sylius / AdminOrderCreationPlugin

Create orders in Sylius as an Administrator
MIT License
56 stars 50 forks source link

Fix HTTP protocol for FOSJSRouting generation #194

Closed TheMilek closed 1 year ago

TheMilek commented 1 year ago

We've got problem with cors errors during ajax loading as it forces http protocol instead of https, to avoid this problem for the future users We provided such a fix. Problem only occurs on Linux distributions

GSadee commented 1 year ago

Thanks, Kamil! :1st_place_medal: