Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedNasser1601 committed Dec 31, 2023
1 parent 1cf16b6 commit 0278a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HospitalManagement/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

app.MapControllerRoute(
name: "default",
pattern: "{controller=Home}/{action=Index}/{id?}");
pattern: "{controller=Appointment}/{action=Index}/{id?}");
app.MapRazorPages();

await DbInit.SeedUsersAndRolesAsync(app);
Expand Down

0 comments on commit 0278a88

Please sign in to comment.