Actualzar dev #6

Merged
fede merged 19 commits from main into dev 2024-11-05 00:37:42 -03:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit ed3d87ec92 - Show all commits
+1 -1
View File
@@ -11,7 +11,7 @@ builder.Services.AddCors(options =>
options.AddPolicy("AllowSvelteApp",
builder =>
{
builder.WithOrigins("*")
builder.AllowAnyOrigin()
.AllowAnyHeader()
.AllowAnyMethod();
});
+2
View File
@@ -0,0 +1,2 @@
run:
dotnet watch run