about summary refs log tree commit diff
path: root/main.go
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-03-08 12:53:55 +0100
committerEmile <hanemile@protonmail.com>2019-03-08 12:53:55 +0100
commit5ddabcf8b8d50cada482fa13acb8d38936a39d3f (patch)
treeab2feef5e29599ec21668e30b599aa0d4da1b780 /main.go
parente5c10210ba3c530d407df81a65baf3e1fc3110ac (diff)
minor changes HEAD master
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
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")