Skip to content

Commit

Permalink
updates default allowed headers (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
macnablocky authored Jul 5, 2024
1 parent 3f183dd commit 2249d8b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const DEFAULT_CACHE_TTL_USER_STATS = 15 * 60;
const DEFAULT_CACHE_TTL_ORACLE_DISCOVERY = 24 * 60 * 60;
const DEFAULT_CACHE_TTL_DAILY_HMT_SPENT = 24 * 60 * 60;
const DEFAULT_CORS_ALLOWED_ORIGIN = 'http://localhost:5173';
const DEFAULT_CORS_ALLOWED_HEADERS = 'Content-Type, Accept';
const DEFAULT_CORS_ALLOWED_HEADERS =
'Content-Type,Authorization,X-Requested-With,Accept,Origin';
const DEFAULT_CACHE_TTL_EXCHANGE_ORACLE_URL = 24 * 60 * 60;
@Injectable()
export class EnvironmentConfigService {
Expand Down

0 comments on commit 2249d8b

Please sign in to comment.