HOT-FIX. CORS

This commit is contained in:
vigdorov
2020-08-02 00:03:42 +03:00
parent b4e2ded4df
commit dde28525e1

View File

@ -74,7 +74,7 @@ export class AuthController {
}
@Options([
'', 'refresh', 'check'
'', '/refresh', '/check'
])
@Header(...ALLOW_ORIGIN_ALL)
@Header(...ALLOW_METHOD)