Add Project entity, user routes and clipper controls
This commit is contained in:
@@ -39,8 +39,8 @@ security:
|
||||
access_control:
|
||||
- { path: ^/$, roles: ROLE_USER }
|
||||
- { path: ^/api, roles: ROLE_USER }
|
||||
# - { path: ^/admin, roles: ROLE_ADMIN }
|
||||
# - { path: ^/profile, roles: ROLE_USER }
|
||||
- { path: ^/admin, roles: ROLE_ADMIN }
|
||||
- { path: ^/user, roles: ROLE_USER }
|
||||
|
||||
when@test:
|
||||
security:
|
||||
|
||||
Reference in New Issue
Block a user