DeepDrftAPI Rename
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace DeepDrftAPI.Models;
|
||||
|
||||
public class CorsSettings
|
||||
{
|
||||
public string[] AllowedOrigins { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user