Skip to content

Commit

Permalink
Rapport de patrouille - update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Mar 13, 2024
1 parent a3af906 commit 8ccc452
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class APIRpnExportRepository(
private val mapper: ObjectMapper
) : IRpnExportRepository {
override fun exportOdt(params: ExportParams): MissionExportEntity? {
val url = "https://rapport-mission-dcs.din.developpement-durable.gouv.fr/public_api/export/odt"
// val url = "https://rapport-mission-dcs.din.developpement-durable.gouv.fr/public_api/export/odt"
val url = "https://rapportnav.kalik-sandbox.ovh/public_api/export/odt"
val client = HttpClient.newHttpClient()

val content = ExportMissionODTInput(
Expand Down

0 comments on commit 8ccc452

Please sign in to comment.