Skip to content

Commit dcdb89d

Browse files
committed
minor #113 Update firewall config in basic-setup.md (heather817)
This PR was merged into the 0.4-dev branch. Discussion ---------- Update firewall config in basic-setup.md Fixes issue #80 The default configured route is /token, this is the firewall exception for /api/token, which doesn't match. Commits ------- e2a6d85 Update basic-setup.md
2 parents a83481e + e2a6d85 commit dcdb89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ security:
9595

9696
firewalls:
9797
api_token:
98-
pattern: ^/api/token$
98+
pattern: ^/token$
9999
security: false
100100
api:
101101
pattern: ^/api

0 commit comments

Comments
 (0)