This commit is contained in:
Frank
2026-01-02 20:27:56 +01:00
parent 534175efb3
commit 0d6628e7c9
45 changed files with 12279 additions and 2911 deletions

13
config/routes/app.yaml Normal file
View File

@@ -0,0 +1,13 @@
website:
resource: ../../src/Website/Controller/
type: attribute
prefix:
en: '/'
nl: '/nl'
game:
resource: ../../src/Game/Controller/
type: attribute
prefix:
en: '/game'
nl: '/nl/game'