Skip to content

Commit

Permalink
fix: fix injective endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
altpd13 committed Sep 11, 2024
1 parent 9008d30 commit 904285e
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 @@ -63,7 +63,7 @@ export const INJECTIVE_COMPILER_CONSUMER_ENDPOINT = INJECTIVE_COMPILER_CONSUMER_
const INJECTIVE_COMPILER_CONSUMER_API_ENDPOINT_POOL = {
local: 'http://localhost:8000',
dev: 'https://dev.compiler.welldonestudio.io',
prod: 'https://prod.compiler.welldonestudio.io/',
prod: 'https://prod.compiler.welldonestudio.io',
};

export const INJECTIVE_COMPILER_CONSUMER_API_ENDPOINT =
Expand Down

0 comments on commit 904285e

Please sign in to comment.