We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d004a05 commit 80eb324Copy full SHA for 80eb324
src/config/index.js
@@ -10,7 +10,7 @@ export const appVersion = version;
10
11
let url =
12
process.env.REACT_APP_PRODUCTION_API_URL ||
13
- 'https://osmcha.staging.openhistoricalmap.org/api/v1';
+ 'https://osmcha.openhistoricalmap.org/api/v1';
14
15
window.debug_info = () =>
16
`isDev=${isDev.toString()} isStaging=${isStaging.toString()} isProd=${isProd.toString()} isLocal=${isLocal.toString()} stack=${stack ||
0 commit comments