api: fix background image route
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user