From cf74544f7e9bf5f4983d4a18e74e9bd2a62091bf Mon Sep 17 00:00:00 2001 From: Robert Rytovuori Date: Wed, 5 Jun 2024 10:40:51 +0300 Subject: [PATCH] ptp url constant fix --- src/util/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/constants.ts b/src/util/constants.ts index 9408de72c..29ca34d84 100644 --- a/src/util/constants.ts +++ b/src/util/constants.ts @@ -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