diff options
author | Emile <hanemile@protonmail.com> | 2019-03-08 12:53:55 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-03-08 12:53:55 +0100 |
commit | 5ddabcf8b8d50cada482fa13acb8d38936a39d3f (patch) | |
tree | ab2feef5e29599ec21668e30b599aa0d4da1b780 /main.go | |
parent | e5c10210ba3c530d407df81a65baf3e1fc3110ac (diff) |
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go index a372932..ae81e96 100644 --- a/main.go +++ b/main.go @@ -78,6 +78,7 @@ func main() { // routes router.HandleFunc("/", IndexHandler).Methods("GET") + router.HandleFunc("/NFWHandler", NFWHandler).Methods("GET") log.Println("Starting the service on port localhost:8081") |