Skip to content

Commit

Permalink
跨域配置
Browse files Browse the repository at this point in the history
  • Loading branch information
pakizheng committed Jan 11, 2024
1 parent 43e1e32 commit eaa0f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { SequelizeModuleOptions } from '@nestjs/sequelize';
export const corsOrigins = [
'http://localhost:3001',
'https://zhengpq.github.io',
'http://106.53.170.67',
];

// 数据库配置
Expand Down

0 comments on commit eaa0f91

Please sign in to comment.