diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ func main() { mux.HandleFunc("POST /refresh", handler.Refresh) mux.HandleFunc("GET /health", handler.Health) mux.HandleFunc("GET /token", handler.GetToken) + mux.HandleFunc("GET /article", handler.GetArticle) addr := fmt.Sprintf(":%d", cfg.Server.Port) srv := &http.Server{ |
