mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-24 10:44:55 +08:00
Fix asterisk display in README
This commit is contained in:
@@ -70,7 +70,7 @@ return [
|
||||
];
|
||||
```
|
||||
|
||||
This means documentation will be generated for routes in all domains ('***' is a wildcard meaning 'any character') which match any of the patterns 'api/*' or 'v2-api/*', excluding the 'users.create' route, and including the 'users.index' route. (The `versions` key is ignored unless you are using Dingo router).
|
||||
This means documentation will be generated for routes in all domains ('*' is a wildcard meaning 'any character') which match any of the patterns 'api/*' or 'v2-api/*', excluding the 'users.create' route, and including the 'users.index' route. (The `versions` key is ignored unless you are using Dingo router).
|
||||
Also, in the generated documentation, these routes will have the header 'Authorization: Bearer: {token}' added to the example requests.
|
||||
|
||||
You can also separate routes into groups to apply different rules to them:
|
||||
|
||||
Reference in New Issue
Block a user