Skip to content

Commit

Permalink
added azure workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey committed Nov 5, 2023
1 parent bd03809 commit 5ed2e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.azure
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ PROJECT_VERSION=4
PLAYER_PUBLIC_URL=/player
PUBLIC_URL=/
API_URL=https://olabdevapi.azurewebsites.net/olab/api/v3


1 change: 0 additions & 1 deletion src/services/createCustomInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import defaultConfig from './apiConfig';
import addInterceptors from './createInterceptors';

const createInstance = (customConfig = {}) => {
alert(JSON.stringify(process.env));
const newConfig = merge(customConfig, defaultConfig);
const instance = axios.create(newConfig);

Expand Down

0 comments on commit 5ed2e00

Please sign in to comment.