Startup
This commit is contained in:
13
config/routes/app.yaml
Normal file
13
config/routes/app.yaml
Normal 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'
|
||||
Reference in New Issue
Block a user