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

Update restfulMappings.adoc #614

Open
wants to merge 1 commit into
base: 3.2.x
Choose a base branch
from
Open

Commits on Oct 10, 2017

  1. Update restfulMappings.adoc

    It is necessary to add the method attribute in order to produce the correct url
    
    Without method i get a result like this
    `http://localhost:8000/book?id=8`
    
    With method attribute i get the expected result
    `http://localhost:8000/books/8`
    ilmoralito authored Oct 10, 2017
    Configuration menu
    Copy the full SHA
    337fc28 View commit details
    Browse the repository at this point in the history