From d5c2ab6609094955149eb97d6c054229ff8cb199 Mon Sep 17 00:00:00 2001
From: iOperator <mail@max-g.net>
Date: Fri, 10 Dec 2021 10:38:36 +0100
Subject: [PATCH] Updating map to reflect new routes from TTNv3 fix.

---
 flask_app/templates/map.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flask_app/templates/map.html b/flask_app/templates/map.html
index 7d3a719..ca5973b 100644
--- a/flask_app/templates/map.html
+++ b/flask_app/templates/map.html
@@ -159,7 +159,7 @@
       legend_devices.addTo(map);
 
       function add_new_markers(past_seconds) {
-        var url = '/dsf673bh_past/' + past_seconds;
+        var url = '/past/' + past_seconds;
         $.getJSON(url,
           function (data, responseText, jqXHR) {
             if (jqXHR.status !== 204) {