Revert "enable cors on /logout endpoint"

This reverts commit 377a154da0.
This commit is contained in:
Karol Wypchlo 2022-01-19 18:07:43 +01:00
parent 377a154da0
commit cafa312e10
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 0 additions and 7 deletions

View File

@ -42,10 +42,3 @@ location /api/login {
rewrite /api/(.*) /$1 break;
proxy_pass http://accounts:3000;
}
location /api/logout {
include /etc/nginx/conf.d/include/cors;
rewrite /api/(.*) /$1 break;
proxy_pass http://accounts:3000;
}