Skip to content

Commit

Permalink
feat(project): Fix things after merge with Actor page and make projec…
Browse files Browse the repository at this point in the history
…t list public
  • Loading branch information
plduthoit committed Oct 14, 2024
1 parent 8a882cf commit 81cdcd7
Show file tree
Hide file tree
Showing 21 changed files with 144 additions and 338 deletions.
1 change: 1 addition & 0 deletions symfony/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ security:
- { path: ^/auth, roles: PUBLIC_ACCESS }
- { path: ^/api/users, roles: PUBLIC_ACCESS, methods: [POST]}
- { path: ^/api/actors, roles: PUBLIC_ACCESS, methods: [GET] }
- { path: ^/api/projects, roles: PUBLIC_ACCESS, methods: [GET] }
- { path: ^/api/actor_expertises, roles: PUBLIC_ACCESS, methods: [GET] }
- { path: ^/api/thematics, roles: PUBLIC_ACCESS, methods: [GET] }
- { path: ^/api/administrative_scopes, roles: PUBLIC_ACCESS, methods: [GET] }
Expand Down
125 changes: 0 additions & 125 deletions symfony/migrations/Version20241011133459.php

This file was deleted.

Loading

0 comments on commit 81cdcd7

Please sign in to comment.