Skip to content

Commit

Permalink
set api route for sirene updates
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Dec 9, 2024
1 parent 5085a4d commit c9131d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import relationsGroupsRoutes from "./relations-groups/relations-groups.routes";
import relationsRoutes from "./relations/relations.routes";
import relationTypesRoutes from "./relationtypes/relationtypes.routes";
import searchRoutes from "./search/search.routes";
import sirenUpdatesRoutes from "./sirene/updates.routes";
import sireneRoutes from "./sirene/sirene.routes";
import structuresRoutes from "./structures/structures.routes";
import supervisingMinistersRoutes from "./supervising-ministers/supervising-ministers.routes";
import termsRoutes from "./terms/terms.routes";
Expand Down Expand Up @@ -149,7 +149,7 @@ app.use(relationsGroupsRoutes);
app.use(relationsRoutes);
app.use(relationTypesRoutes);
app.use(searchRoutes);
app.use(sirenUpdatesRoutes);
app.use(sireneRoutes);
app.use(structuresRoutes);
app.use(supervisingMinistersRoutes);
app.use(termsRoutes);
Expand Down

0 comments on commit c9131d7

Please sign in to comment.