Skip to content

Commit

Permalink
Merge pull request #26 from PetrusAriaa/dev
Browse files Browse the repository at this point in the history
fix: auth
  • Loading branch information
imelnath committed Nov 9, 2023
2 parents 6cf3beb + 3dc293f commit 3038a58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Berkati-Backend/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@

app.UseHttpsRedirection();

app.UseAuthorization();
app.UseRouting();
app.UseAuthentication();
app.UseAuthorization();

app.UseCors();

Expand Down

0 comments on commit 3038a58

Please sign in to comment.