test ci
tronnet/workflows: Static Analysis -- Golang / lint-check (push) Successful in 16s
tronnet/workflows: Code Style -- Web Components / lint-check (push) Failing after 20s

This commit is contained in:
alu
2026-07-30 16:18:47 +00:00
parent 613f01456f
commit 3fa71456d9
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -43,6 +43,8 @@ func Run() {
// run on all interfaces with port // 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.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) // setup static resources under web (css, images, modules, scripts)
+2
View File
@@ -31,6 +31,8 @@ async function init () {
formSubmitButton.innerText = "LOGIN"; formSubmitButton.innerText = "LOGIN";
} }
}); });
let d = 0
} }
async function requestTicket (username, password, realm) { async function requestTicket (username, password, realm) {