diff options
author | eugenijm <eugenijm@protonmail.com> | 2021-03-06 23:53:45 +0300 |
---|---|---|
committer | eugenijm <eugenijm@protonmail.com> | 2021-03-06 23:53:45 +0300 |
commit | 79febf96883083f85c0529c5e25566be5ee044d3 (patch) | |
tree | 2d485a89646250dd251e8fa7e489db0be31cba60 /config/config.exs | |
parent | 13aa98d6899ba1e4a37fa1fd3ddb1ac35ea6e136 (diff) | |
download | pleroma-add-assets-to-static-file-constants.tar.gz |
Added `assets` to the list of the reserved nicknames and static file constantsadd-assets-to-static-file-constants
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 66aee3264..0500c8c86 100644 --- a/config/config.exs +++ b/config/config.exs @@ -503,6 +503,7 @@ config :pleroma, Pleroma.User, "about", "activities", "api", + "assets", "auth", "check_password", "dev", |