Skip to content
Snippets Groups Projects
Commit 39cd2bc2 authored by Baptiste Toulemonde's avatar Baptiste Toulemonde
Browse files

fix: api url

parent 7bed0c87
No related branches found
No related tags found
5 merge requests!58compare branch,!54Comparaison de merge vers vitam-ui,!53Comparaison de merge vers vitam-ui,!52Voir difference entre les deux verion,!41MAJ: compare to vitam-ui
...@@ -39,5 +39,5 @@ import { IEnvironment } from './IEnvironment'; ...@@ -39,5 +39,5 @@ import { IEnvironment } from './IEnvironment';
export const environment: IEnvironment = { export const environment: IEnvironment = {
production: false, production: false,
apiServerUrl: "https://dev.vitamui.com:8051", apiServerUrl: "https://sandbox78-adm.cines.fr:8051",
}; };
...@@ -43,7 +43,7 @@ import{IEnvironment} from './IEnvironment' ...@@ -43,7 +43,7 @@ import{IEnvironment} from './IEnvironment'
export const environment: IEnvironment= { export const environment: IEnvironment= {
production: false, production: false,
apiServerUrl: "https://dev.vitamui.com:8051" apiServerUrl: "https://sandbox78-adm.cines.fr:8051"
}; };
/* /*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment