mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 09:53:35 +02:00
Added prefix to routes, so it can be accessed via different locales.
This commit is contained in:
parent
ce77f287e7
commit
4d3eccce33
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
controllers:
|
controllers:
|
||||||
resource: ../../src/Controller/
|
resource: ../../src/Controller/
|
||||||
type: annotation
|
type: annotation
|
||||||
|
|
||||||
|
prefix:
|
||||||
|
en: '/en'
|
||||||
|
de: '/de'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue