From 4e92ee69c54aefdb8ece2ed5d91cb047383a6c44 Mon Sep 17 00:00:00 2001 From: Pierre Burgy Date: Fri, 21 Oct 2016 14:14:46 +0200 Subject: [PATCH] Fix public files route --- config/routes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.json b/config/routes.json index 93577f19bf..bc4e547b3b 100644 --- a/config/routes.json +++ b/config/routes.json @@ -9,7 +9,7 @@ "controller": "SettingsManager", "action": "updateSettings" }, - "GET /plugins/:file": { + "GET /:file": { "controller": "SettingsManager", "action": "file", "policies": []