260702_234730

This commit is contained in:
Maciej J. Bowszys 2026-07-02 23:47:30 +02:00
parent 547080a25f
commit ba85ab166d

View File

@ -289,5 +289,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("127.0.0.1:8099", nil))
} }