修改为https

This commit is contained in:
niyyzf 2024-06-30 12:02:35 +08:00
parent 4d41586fde
commit 25a93749d4
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ builder.Services.AddCors(options =>
{
//允许全部
policy.WithOrigins("http://localhost:3001", "http://192.168.0.13:3001", "https://192.168.0.13:3001",
"https://192.168.0.13:3000","http://loongpanel.xn--7p0a.site").AllowAnyHeader().AllowAnyMethod().AllowCredentials();
"https://192.168.0.13:3000","https://loongpanel.xn--7p0a.site").AllowAnyHeader().AllowAnyMethod().AllowCredentials();
});
});