From 6124407366bd526d0301a0adc8ed1bab3bd1ee4b Mon Sep 17 00:00:00 2001 From: Mihoub Date: Tue, 21 May 2024 15:42:16 +0200 Subject: [PATCH] fix(ci): typo on location for email --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 86023b2..810033e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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;