Bump
This commit is contained in:
parent
c6a86cf11e
commit
cda3938803
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -9,6 +9,6 @@ func main() {
|
|||
fs := http.FileServer(http.Dir("public"))
|
||||
http.Handle("/", fs)
|
||||
|
||||
log.Println("Starting the web server...")
|
||||
log.Println("Starting the web server for OEF...")
|
||||
http.ListenAndServe(":3000", nil)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue