Skip to content

Commit

Permalink
admin apis
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Sep 24, 2023
1 parent d77be7e commit ffff4e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export async function checkFlaskCacheAuthentication(req, logger: Logger) {
else if (
String(req.headers.origin) === 'http://localhost:3000' ||
String(req.headers.origin) === 'http://localhost:8002' ||
String(req.headers.origin) === 'https://nest.saydao.org' ||
!req.headers.origin ||
String(req.headers.origin) === 'https://panel.saydao.org'
) {
Expand Down

0 comments on commit ffff4e5

Please sign in to comment.