Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
djuarezgf committed Oct 18, 2024
1 parent 2a3869b commit 29387ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/services/projetManagerBackendService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
import axios, {AxiosRequestConfig, AxiosResponse} from 'axios';
import axiosRetry from "axios-retry";
import KeyCloakService from "@/services/keycloak";
//import {getConfig} from "@/services/configLoader";
import {getConfig} from "@/services/configLoader";


//const baseURL = (await getConfig()).VUE_APP_PROJECT_MANAGER_BACKEND_URL;
const baseURL = "https://e260-ccp-req/project-manager-api"
const baseURL = (await getConfig()).VUE_APP_PROJECT_MANAGER_BACKEND_URL;

const bridgeheadParam = 'bridgehead'
const projectCodeParam = 'project-code'
Expand Down

0 comments on commit 29387ea

Please sign in to comment.