This commit is contained in:
iFargle
2023-03-30 10:52:50 +09:00
parent 6c4577e1b0
commit 06b1324bfe

View File

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