api: fix background image route

This commit is contained in:
Girish Ramakrishnan
2023-09-13 20:08:41 +05:30
parent c376f2473e
commit 348eb16cef
3 changed files with 5 additions and 5 deletions

View File

@@ -251,7 +251,7 @@ server {
client_max_body_size 0;
}
location ~ ^/api/v1/profile/backgroundImage {
location ~ ^/api/v1/profile/background_image {
proxy_pass http://127.0.0.1:3000;
client_max_body_size 0;
}