SuperSeller3000/config/routes.yaml

16 lines
591 B
YAML
Raw Normal View History

# yaml-language-server: $schema=../vendor/symfony/routing/Loader/schema/routing.schema.json
# This file is the entry point to configure the routes of your app.
# Methods with the #[Route] attribute are automatically imported.
# See also https://symfony.com/doc/current/routing.html
# To list all registered routes, run the following command:
# bin/console debug:router
controllers:
resource:
path: ../src/Infrastructure/Http/Controller/
namespace: App\Infrastructure\Http\Controller
exclude: '../src/Infrastructure/Http/Controller/Admin'
type: attribute