Revert "enable cors on /logout endpoint"
This reverts commit 377a154da0
.
This commit is contained in:
parent
377a154da0
commit
cafa312e10
|
@ -42,10 +42,3 @@ location /api/login {
|
||||||
rewrite /api/(.*) /$1 break;
|
rewrite /api/(.*) /$1 break;
|
||||||
proxy_pass http://accounts:3000;
|
proxy_pass http://accounts:3000;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /api/logout {
|
|
||||||
include /etc/nginx/conf.d/include/cors;
|
|
||||||
|
|
||||||
rewrite /api/(.*) /$1 break;
|
|
||||||
proxy_pass http://accounts:3000;
|
|
||||||
}
|
|
||||||
|
|
Reference in New Issue