Skip to content

Commit

Permalink
Merge pull request #107 from Mteheran/develop
Browse files Browse the repository at this point in the history
adding routes
  • Loading branch information
Mteheran authored Mar 5, 2024
2 parents 12e6556 + 9a37e21 commit ce055ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
IndigenousReservationRoutes.RegisterIndigenousReservationAPI(app);
AirportRoutes.RegisterAirportAPI(app);
ConstitutionArticleRoutes.RegisterConstitutionArticleAPI(app);
RadioRoutes.RegisterRadioRoutesAPI(app);


app.UseStatusCodePages(context => {
Expand Down

0 comments on commit ce055ff

Please sign in to comment.