Skip to content
Snippets Groups Projects
Commit 1d94b870 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix: backoffice url rec

parent cc25b1a9
1 merge request!8052.1
...@@ -28,7 +28,7 @@ export default class EnvironmentService { ...@@ -28,7 +28,7 @@ export default class EnvironmentService {
if (!this.isAlpha()) { if (!this.isAlpha()) {
return 'https://ecolyo-agent.apps.grandlyon.com' return 'https://ecolyo-agent.apps.grandlyon.com'
} else { } else {
return 'https://ecolyo-agent-rec.grandlyon.com' return 'https://ecolyo-agent-rec.apps.grandlyon.com'
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment