Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Resources/doc/installation-and-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ And finally, add the route to `app/config/routing.yml`:

```
al_swagger_ui:
resource: @ALSwaggerUIBundle/Resources/config/routing.yml
prefix: /docs
resource: "@ALSwaggerUIBundle/Resources/config/routing.yml"
prefix: /docs
```

The swagger-ui page for your REST API should now be served at
Expand All @@ -61,8 +61,8 @@ If you already have a set of Swagger-compliant JSON files, you can configure thi
```yaml
# app/config/routing.yml
al_swagger_ui_static_resources:
resource: @ALSwaggerUI/Resources/config/static_resources_routing.yml
prefix: /swagger-docs
resource: "@ALSwaggerUIBundle/Resources/config/static_resources_routing.yml"
prefix: /swagger-docs
```
3. Configure the `static_resources` config:

Expand Down