Skip to content

Commit

Permalink
Merge pull request #86 from Mteheran/develop
Browse files Browse the repository at this point in the history
adding indigenpus
  • Loading branch information
Mteheran authored Oct 27, 2023
2 parents 8113ca3 + 3e47461 commit 5ead876
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 @@ -62,6 +62,7 @@
MapsRoutes.RegisterCountryAPI(app);
InvasiveSpecieRoutes.RegisterInvasiveSpecieAPI(app);
NativeCommunityRoutes.RegisterNativeCommunityAPI(app);
IndigenousReservationRoutes.RegisterIndigenousReservationAPI(app);

app.UseStatusCodePages(context => {
var request = context.HttpContext.Request;
Expand Down

0 comments on commit 5ead876

Please sign in to comment.