#
LSH
2023-05-17 ea242c8b2c7456b86e2b1196744d89ba6a660bc1
src/main/webapp/views/index.html
@@ -52,7 +52,7 @@
        window.location.href = baseUrl + "/login";
    }
    $.ajax({
        url: "/ynwcs" + "/console/crn/detail",
        url: "/fnwcs" + "/console/crn/detail",
        headers: {
            'token': localStorage.getItem('token')
        },
@@ -72,7 +72,7 @@
        }
    })
    $.ajax({
        url: "/ynwcs" + "/console/loc/detail2",
        url: "/fnwcs" + "/console/loc/detail2",
        headers: {
            'token': localStorage.getItem('token')
        },