mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-10-09 17:02:47 +02:00
start add selling
This commit is contained in:
parent
0d672d5447
commit
c1b2c97350
14 changed files with 1798 additions and 92 deletions
|
@ -34,6 +34,7 @@ security:
|
|||
- { path: ^/dashboard, roles: ROLE_USER }
|
||||
- { path: ^/docs, roles: PUBLIC_ACCESS } # Allows accessing the Swagger UI
|
||||
- { path: ^/authentication_token, roles: PUBLIC_ACCESS }
|
||||
- { path: ^/, roles: PUBLIC_ACCESS }
|
||||
# - { path: ^/login, roles: IS_AUTHENTICATED_ANONYMOUSLY } # Autoriser l'accès à la page de connexion
|
||||
# - { path: ^/, roles: IS_AUTHENTICATED_ANONYMOUSLY } # Autoriser l'accès anonyme à toutes les autres pages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue