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) } })