Skip to content

Commit

Permalink
add nation and diocese events paths to Route enum
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Nov 28, 2024
1 parent 69f397f commit ae6b8e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Enum/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ enum Route: string
case DECREES = '/decrees';
case TESTS = '/tests';
case EVENTS = '/events';
case EVENTS_NATIONAL = '/events/nation';
case EVENTS_DIOCESAN = '/events/diocese';
case DATA = '/data';
case DATA_WIDERREGION = '/data/widerregion';
case DATA_NATIONAL = '/data/nation';
Expand Down

0 comments on commit ae6b8e3

Please sign in to comment.