remp2020 / remp

REMP - Reader's engagement and monetization platform. Set of open-source tools for publishers to engage with their audience. Repository is public mirror of our internal private repo.
https://remp2020.com
MIT License
126 stars 39 forks source link

[Campaign] Fix duplicated routes #233

Closed pulzarraider closed 9 months ago

pulzarraider commented 10 months ago

After running the command php artisan route:cache I got the error: Unable to prepare route [schedule/{schedule}/start] for serialization. Another route has already been assigned name [schedule.start].

Seems there is name conflict in route names. I have added prefix api. for api routes to fix the problem.

rootpd commented 9 months ago

Thanks for the changes. We made a small ammendment and side-merged this (since this repo is only a mirror of a base repo hosted internally). The commit is at https://github.com/remp2020/remp/commit/50d57843aea5583ecb6b369fb8e6f04048a68c19.