Intial webserver runtime

This commit is contained in:
2021-01-29 23:19:27 -05:00
parent f17f3d160c
commit 05ad9a50c3
8 changed files with 240 additions and 30 deletions

View File

@@ -43,7 +43,7 @@ func main() {
switch appRuntime {
case "webserver":
runtime.StartWebserver(8081)
runtime.StartWebserver(8080) // Start on port 8080
default:
log.Fatalln("Runtime is currently not implemented!")
os.Exit(1)