@ -1,5 +1,5 @@
{
"serverIP": "192.168.1.36",
"serverIP": "192.168.1.35",
"serverPort": "3050",
"folder": "files",
"blockedIPs": [
@ -8,7 +8,7 @@ import (
func main() {
readConfig("config.json")
fmt.Println(config)
fmt.Printf("%+v\n", config)
router := NewRouter()