Skip to content

Commit

Permalink
fix(ci): typo on location for email
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed May 21, 2024
1 parent c07df8b commit 6124407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ server {
proxy_set_header Content-Type application/json;
client_max_body_size 10M;
}
location /mailer/ {
location /email/ {
proxy_set_header accept application/json;
proxy_set_header api-key $VITE_BREVO_API_AUTHORIZATION;
proxy_set_header content-type application/json;
Expand Down

0 comments on commit 6124407

Please sign in to comment.