diff options
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") |