diff --git a/app/app.go b/app/app.go index 8643ce8..f8da389 100644 --- a/app/app.go +++ b/app/app.go @@ -43,6 +43,8 @@ func Run() { // run on all interfaces with port log.Fatal("[ERR ] starting gin router: ", router.Run(fmt.Sprintf("0.0.0.0:%d", common.Global.Port))) + + log.Println("here") } // setup static resources under web (css, images, modules, scripts) diff --git a/web/scripts/login.js b/web/scripts/login.js index a6b779b..92e511d 100644 --- a/web/scripts/login.js +++ b/web/scripts/login.js @@ -31,6 +31,8 @@ async function init () { formSubmitButton.innerText = "LOGIN"; } }); + + let d = 0 } async function requestTicket (username, password, realm) {