Skip to content

Commit

Permalink
Symfony 7 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Feb 28, 2024
1 parent 2a1defa commit 5e62767
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/routes.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
controllers:
resource: ../src/Controller/
type: annotation
type: attribute

kernel:
resource: ../src/Kernel.php
type: annotation
type: attribute

parthenon_user_controllers:
prefix: /api
resource: ../vendor/parthenon/parthenon/src/User/Controller/
type: annotation
type: attribute

parthenon_payments_controllers:
prefix: /api
resource: ../vendor/parthenon/parthenon/src/Payments/Controller/
type: annotation
type: attribute

0 comments on commit 5e62767

Please sign in to comment.