Add profile backgroundImage api

This commit is contained in:
Johannes Zellner
2022-05-14 19:41:32 +02:00
parent c5c62ff294
commit 6bd478b8b0
6 changed files with 63 additions and 1 deletions

View File

@@ -236,6 +236,11 @@ server {
client_max_body_size 0;
}
location ~ ^/api/v1/profile/backgroundImage {
proxy_pass http://127.0.0.1:3000;
client_max_body_size 0;
}
# graphite paths (uncomment block below and visit /graphite-web/dashboard)
# remember to comment out the CSP policy as well to access the graphite dashboard
# location ~ ^/graphite-web/ {