diff --git a/backend/config/routes.yaml b/backend/config/routes.yaml new file mode 100644 index 00000000..cef258cd --- /dev/null +++ b/backend/config/routes.yaml @@ -0,0 +1,11 @@ +# 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: routing.controllers diff --git a/compose.yaml b/compose.yaml index 50bb42c6..84fe2b97 100644 --- a/compose.yaml +++ b/compose.yaml @@ -33,7 +33,7 @@ services: target: backend-dev volumes: - ./backend:/app/backend - - ../internal:/app/backend/vendor/hyvor/internal:ro + # - ../internal:/app/backend/vendor/hyvor/internal:ro - ./shared:/app/shared labels: traefik.enable: true