#
cp
2023-02-14 a18da2c66417f48304b4e0b794ae29695e46dd00
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')
        },