260702_213227

This commit is contained in:
Maciej J. Bowszys 2026-07-02 21:32:27 +02:00
parent 0fb0789728
commit 69a305ea5b

View File

@ -291,5 +291,5 @@ func main(){
//fmt.Println("Welcome to moira_db!"); //fmt.Println("Welcome to moira_db!");
log.Fatal(http.ListenAndServe(":8000", nil)) log.Fatal(http.ListenAndServe(":8091", nil))
} }