-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Registered routes returning 404 #381
Comments
@Vkt0r yes this does fix the issue. Thank you very much and sorry for the duplicate. |
fixed by #382 |
Hey, @DrBeak1 No problem with the duplicate, your case was very helpful to fix the issue, so thanks for it. Glad to know your issue was fixed 😀. |
This works around an issue in Swifter 1.4.6 (httpswift/swifter#381)
Any chance you could release a new version with this fix? I can't use the current Swift 5 release (1.4.6) because of this issue - I've pointed my Podfile to the latest commit on master instead. Thanks! |
Hey @AndrewBennet yes we would try to release a new version soon, but you can always set your |
Having issues potentially related to overlapping routes:
/user/v1/orders/rating/pending
/user/:id/order/active
I thought it may be addressed by #379 but even after modifying the files with these changes still seeing 404s returned for
/user/v1/orders/rating/pending
.The text was updated successfully, but these errors were encountered: