diff options
| author | jackyzha0 <[email protected]> | 2020-05-09 14:28:24 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-09 14:28:24 -0700 |
| commit | 35ce1bff3496c67cda124aea3c36bc5b66b1e4e6 (patch) | |
| tree | 6dedc5d47077ff9831f2e944bc83dd957eb3f894 /api/api.go | |
| parent | Merge pull request #1 from jackyzha0/hash (diff) | |
| download | ctrl-v-35ce1bff3496c67cda124aea3c36bc5b66b1e4e6.tar.xz ctrl-v-35ce1bff3496c67cda124aea3c36bc5b66b1e4e6.zip | |
working mongo doc add
Diffstat (limited to 'api/api.go')
| -rw-r--r-- | api/api.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ func Serve(port int) { // Define Mux Router r := mux.NewRouter() r.HandleFunc("/health", healthCheckFunc) + r.HandleFunc("/", insertFunc).Methods("POST") http.Handle("/", r) |