mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 00:39:49 +00:00
Fix public files route
This commit is contained in:
parent
4e188b07ff
commit
4e92ee69c5
@ -9,7 +9,7 @@
|
|||||||
"controller": "SettingsManager",
|
"controller": "SettingsManager",
|
||||||
"action": "updateSettings"
|
"action": "updateSettings"
|
||||||
},
|
},
|
||||||
"GET /plugins/:file": {
|
"GET /:file": {
|
||||||
"controller": "SettingsManager",
|
"controller": "SettingsManager",
|
||||||
"action": "file",
|
"action": "file",
|
||||||
"policies": []
|
"policies": []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user