From eb2057be86d5f0563000b8afd2d661955768a092 Mon Sep 17 00:00:00 2001 From: SupunKavinda Date: Thu, 19 Feb 2026 17:55:27 +0100 Subject: [PATCH] comms event endpoint --- backend/config/routes.yaml | 11 +++++++++++ compose.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 backend/config/routes.yaml 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