Skip to content

Commit

Permalink
feat: ajoute actualites avenir pro
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlbrjc committed Dec 4, 2024
1 parent e934d0b commit 4f13e28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/actualites.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export async function getActualites(
return process.env.NEXT_PUBLIC_WORDPRESS_ACTUS_FR_AIJ_LINK as string
case StructureConseiller.CONSEIL_DEPT:
return process.env.NEXT_PUBLIC_WORDPRESS_ACTUS_CD_LINK as string
case StructureConseiller.AVENIR_PRO:
return process.env.NEXT_PUBLIC_WORDPRESS_ACTUS_AVENIR_PRO_LINK as string
}
})()

Expand Down

0 comments on commit 4f13e28

Please sign in to comment.