Svelte-port #5
+1
-1
@@ -11,7 +11,7 @@ builder.Services.AddCors(options =>
|
||||
options.AddPolicy("AllowSvelteApp",
|
||||
builder =>
|
||||
{
|
||||
builder.WithOrigins("*")
|
||||
builder.AllowAnyOrigin()
|
||||
.AllowAnyHeader()
|
||||
.AllowAnyMethod();
|
||||
});
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
run:
|
||||
dotnet watch run
|
||||
Reference in New Issue
Block a user