Skip to content

Commit

Permalink
ptp url constant fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrytovuori committed Jun 5, 2024
1 parent 3a94d33 commit cf74544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const MAP_COLORS = ['#0078C0', '#FF9800', '#1976D2', '#D32F2F', '#E040FB'
* @readonly
* @const {string}
*/
export const PTP_URL = 'https://ptp.hel.fi/';
export const PTP_URL = 'https://ptp.hel.fi';

/**
* Delete modal button text
Expand Down

0 comments on commit cf74544

Please sign in to comment.