Skip to content

Commit 6529fbb

Browse files
author
woi
committed
change API URL in conf files
1 parent 2b6e54b commit 6529fbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

App/Config/index.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const Config = {
2-
API_URL: 'https://query.yahooapis.com/v1/public/',
2+
API_URL: 'https://jsonplaceholder.typicode.com/users/',
33
}

App/Config/index.production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const Config = {
2-
API_URL: 'https://query.yahooapis.com/v1/public/',
2+
API_URL: 'https://jsonplaceholder.typicode.com/users/',
33
}

App/Config/index.staging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const Config = {
2-
API_URL: 'https://query.yahooapis.com/v1/public/',
2+
API_URL: 'https://jsonplaceholder.typicode.com/users/',
33
}

0 commit comments

Comments
 (0)