Skip to content

Commit

Permalink
Merge pull request #14 from AcademiaY4/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
moshdev2213 authored Oct 7, 2024
2 parents 45031b4 + 5cc818d commit c0f2f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}

// the default cors option
app.UseCors();
// app.UseCors();
// defined cors option
// app.UseCors("AllowAll");
app.UseCors("AllowAll");

// comented to avoid redirect to https in not secure servers.
// app.UseHttpsRedirection();
Expand Down

0 comments on commit c0f2f14

Please sign in to comment.