This commit is contained in:
xdrm-brackets 2017-09-12 19:14:20 +02:00
parent f6f1eda4df
commit 7327272160
1 changed files with 3 additions and 2 deletions

View File

@ -11,11 +11,12 @@
"arguments": {}
},
"/ics/{diplome_id}.ics": {
"/ics/{diplome_id}{x}": {
"methods": ["GET"],
"controller": "ics:download",
"arguments": {
"diplome_id": "T\\d+"
"diplome_id": "T\\d+",
"x": "\\.ics"
}
},