Skip to content

Commit

Permalink
Update davi.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Aug 17, 2024
1 parent 8f3f436 commit 2ae3ba8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions davi.go
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 2ae3ba8

Please sign in to comment.