From 73272721607399aab53de877b7efe581ddbf595d Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 12 Sep 2017 19:14:20 +0200 Subject: [PATCH] fix --- config/routes.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/routes.json b/config/routes.json index 0b45c0d..34a9970 100644 --- a/config/routes.json +++ b/config/routes.json @@ -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" } },