From 06b1324bfe69a4181db0f714e951fb6f1ddeec6d Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 30 Mar 2023 10:52:50 +0900 Subject: [PATCH] test --- static/js/custom.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/custom.js b/static/js/custom.js index 6d4b3c6..0b4ae13 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -861,6 +861,7 @@ function get_routes() { contentType: "application/json", success: function(response) { console.log("Got all routes. ") + console.log("Routes: "+response) return JSON.stringify(response) } })