Skip to content

Commit

Permalink
TRELLO-2903: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ssedoudbgouv committed Feb 6, 2025
1 parent 7da8e5e commit 38628cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/FrontRoute.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class FrontRoute(signalConsoConfiguration: SignalConsoConfiguration) {
object dashboard {
def url(path: String) = new URI(signalConsoConfiguration.dashboardURL.toString + path)
def login = url("/connexion")
def loginProConnect = url("/connexion/agents")
def loginProConnect = url("/connexion/agents")
def subscriptionDGCCRFReport(reportId: UUID) = url(
s"/suivi-des-signalements/report/${reportId.toString}?mtm_campaign=subscription&anchor=attachment"
)
Expand Down

0 comments on commit 38628cb

Please sign in to comment.