Skip to content

Commit

Permalink
[WEL-000] change api endpoint temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
kairoski03 committed Nov 15, 2023
1 parent 0ce1ff4 commit dd4502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const/endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { STAGE } from './stage';
const COMPILER_API_ENDPOINT_POOL = {
local: 'http://localhost:8000',
dev: 'https://dev.compiler.welldonestudio.io',
prod: 'https://api.welldonestudio.io/compiler',
prod: 'https://verify.welldonestudio.io',
};
export const COMPILER_API_ENDPOINT = COMPILER_API_ENDPOINT_POOL[STAGE];

Expand Down

0 comments on commit dd4502a

Please sign in to comment.