You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Laravel 7, Api routes added automatically. I don't need to add \Igaster\LaravelCities\Geo::ApiRoutes(); in api.php.
After add \Igaster\LaravelCities\Geo::ApiRoutes();. in group routes with prefix 'api'. This prefix don't appears.
But in routes.php use prefix 'geo'.
Please changed prefix to 'api/geo/' in routes.php to use correct path 'api/geo/item/{id}'.
Thank you.
The text was updated successfully, but these errors were encountered:
I agree with @SergiyKovalenko this little change in the latest release wasted far too long just to figure out that the registered routes actually changed since Jan 13 – commit bc39916.
Either updating your readme to reflect the new routes prefix /geo or just restore those back to /api/geo please.
I use Laravel 7, Api routes added automatically. I don't need to add \Igaster\LaravelCities\Geo::ApiRoutes(); in api.php.
After add \Igaster\LaravelCities\Geo::ApiRoutes();. in group routes with prefix 'api'. This prefix don't appears.
But in routes.php use prefix 'geo'.
Please changed prefix to 'api/geo/' in routes.php to use correct path 'api/geo/item/{id}'.
Thank you.
The text was updated successfully, but these errors were encountered: