Skip to content

Commit 80eb324

Browse files
committed
Url for production
1 parent d004a05 commit 80eb324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const appVersion = version;
1010

1111
let url =
1212
process.env.REACT_APP_PRODUCTION_API_URL ||
13-
'https://osmcha.staging.openhistoricalmap.org/api/v1';
13+
'https://osmcha.openhistoricalmap.org/api/v1';
1414

1515
window.debug_info = () =>
1616
`isDev=${isDev.toString()} isStaging=${isStaging.toString()} isProd=${isProd.toString()} isLocal=${isLocal.toString()} stack=${stack ||

0 commit comments

Comments
 (0)