Skip to content

Commit

Permalink
fix(*): Fixed YAML error
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Jul 26, 2018
1 parent 82c2a47 commit 280370a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions storage/configure/plus.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -97,20 +97,20 @@ core:
allow-credentials: false # Set "Access-Control-Allow-Credentials" 👉 string "false" or "true"
max-age: 0 # Cache `options` request second
allow-headers: # E.g: Content-Type, Accept, X-Requested-With, default `*`
- *
- "*"
expose-headers: { } # E.g: X-Data-Total, default is empty
origins: # E.g: http://localhost, default is `*`, allow all.
- *
- "*"
# - http://127.0.0.1:8080
methods: # E.g: POST, GET, PUT, PATCH, DELETE, Default allow all
- *
- "*"
# - GET
# - POST
# - PUT
# - PATCH
# - DELETE
laravel:
allow-route-perfix: * # The perfix is using \Illumante\Http\Request::is
allow-route-perfix: "*" # The perfix is using \Illumante\Http\Request::is
route-group-mode: false # Route grouo mode, default disabled

#
Expand Down

0 comments on commit 280370a

Please sign in to comment.