config/routes.yaml

mail@pastecode.io avatar
unknown
plain_text
a month ago
202 B
3
Indexable
Never
controllers:
    resource:
        path: ../src/Controller/
        namespace: App\Controller
    type: attribute

# Add the auth route for JWT authentication
auth:
    path: /auth
    methods: ['POST']
Leave a Comment