Skip to content
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

Two sitebricks services using different HTTP method but with same URL depth, client gets 404 #78

Open
panayotkulchev opened this issue Sep 11, 2015 · 0 comments

Comments

@panayotkulchev
Copy link

When in the same sitebricks service class

 @At("/r/address/streets") @Service

have two services like :

@At("/search") @Post
@At("/:id") @Delete

The client gets 404 r/address/streets/search not found But there should not have problems for separation between both URLs, because two different HTTP methods.

If use:

@At("/search") @Post
@At("/delete/:id") @Delete

everything works fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant