We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10eaccc commit 1e61437Copy full SHA for 1e61437
1 file changed
server/app.js
@@ -33,7 +33,7 @@ const apiSubscriptionParameter = process.env.API_SUBSCRIPTION_QUERY_PARAMETER_NA
33
34
const MAP_URL = process.env.MAP_URL
35
? process.env.MAP_URL
36
- : 'https://cdn.digitransit.fi/map/v2';
+ : 'https://cdn.digitransit.fi/map/v3';
37
38
const __dirname = fileURLToPath(import.meta.url);
39
const port = process.env.PORT || 3001;
0 commit comments