Skip to content

Commit b073fab

Browse files
committed
fix: use correct testIgnite source host
1 parent 5d51abf commit b073fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/web2/web2-json-test-sources.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const WEB2_JSON_TEST_SOURCES: Web2JsonSource[] = [
66
sourceId: 'testIgnite',
77
endpoints: [
88
{
9-
host: 'api-proxy.ignitemarket.xyz',
9+
host: 'api-proxy-dev.ignitemarket.xyz',
1010
paths: '*',
1111
methods: [HTTP_METHOD.GET],
1212
auth: {

0 commit comments

Comments
 (0)