test ci
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user