diff --git a/davi.go b/davi.go index 8ab91d8..9783658 100644 --- a/davi.go +++ b/davi.go @@ -23,9 +23,9 @@ func main() { return($time); } - //httpRegister("/", "Cool!"); - //httpRegister("/hello", "Hello, World!"); - //httpRegister("/json", "Json!"); + httpRegister("/", "Cool!"); + httpRegister("/hello", "Hello, World!"); + httpRegister("/json", "Json!"); httpRegister("/time", $timeHandler); httpListen(":3030");