From 3fa71456d9855fac08a49b2965004d59a6c388e5 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 30 Jul 2026 16:18:47 +0000 Subject: [PATCH] test ci --- app/app.go | 2 ++ web/scripts/login.js | 2 ++ 2 files changed, 4 insertions(+) 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) {