Skip to content

Commit

Permalink
Merge pull request #164 from craigybaeb/dev
Browse files Browse the repository at this point in the history
Fixed api config
  • Loading branch information
craigybaeb authored Oct 24, 2023
2 parents 37fffc9 + e3c2ece commit 8a11280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/isee/api.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const BASE_URL = process.env.NODE_ENV === 'production' ?

export const ONTOAPI_URL = process.env.NODE_ENV === 'production'
? 'https://api-onto-dev.isee4xai.com/api'
: 'https://api-onto-dev.isee4xai.com/api';
: 'http://localhost:3100/api';

export const WS_URL = process.env.NODE_ENV === 'production'
? 'wss://dialog-dev.isee4xai.com/ws/'
Expand Down

0 comments on commit 8a11280

Please sign in to comment.