fixed main

This commit is contained in:
Jan Barfuss 2024-11-07 10:33:35 +01:00
parent 9c0fb9944e
commit 918efa57ee

View File

@ -22,4 +22,6 @@ func main() {
// calc.Run() // calc.Run()
default: default:
server.Run(env) server.Run(env)
}
}