Skip to content

Fix routePrefix documentation #528

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

Merged
merged 2 commits into from
Jul 9, 2018
Merged

Conversation

rogamoore
Copy link
Contributor

It needs to be either

@ApiResource(attributes={"route_prefix"="/library"})

or

@ApiResource(routePrefix="/library")

to work correctly.

It needs to be either
```
@ApiResource(attributes={"route_prefix"="/library"})
```
or 
```
@ApiResource(routePrefix="/library")
```
to work correctly.
@dunglas dunglas changed the base branch from master to 2.3 July 9, 2018 11:39
@dunglas dunglas merged commit 62be9f9 into api-platform:2.3 Jul 9, 2018
@dunglas
Copy link
Member

dunglas commented Jul 9, 2018

Thanks @rogamoore, good catch!

@rogamoore rogamoore deleted the patch-1 branch July 9, 2018 21:28
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

Successfully merging this pull request may close these issues.

2 participants