Feat: Add extras.eldia.com to Cors
This commit is contained in:
		| @@ -18,7 +18,8 @@ builder.Services.AddCors(options => | ||||
|                       { | ||||
|                           policy.WithOrigins("http://localhost:5173", | ||||
|                                              "http://192.168.10.78:5173", | ||||
|                                              "https://www.eldia.com") | ||||
|                                              "https://www.eldia.com", | ||||
|                                              "https://extras.eldia.com") | ||||
|                                 .AllowAnyHeader() | ||||
|                                 .AllowAnyMethod(); | ||||
|                       }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user