Skip to content

Commit c20f1e1

Browse files
committed
add space back in
1 parent 530e54f commit c20f1e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/server/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ func main() {
7575
r.HandleFunc("/method/post", method.HandlePost).Methods(http.MethodPost)
7676
r.HandleFunc("/method/put", method.HandlePut).Methods(http.MethodPut)
7777
r.HandleFunc("/method/trace", method.HandleTrace).Methods(http.MethodTrace)
78+
7879
oauth2router := r.NewRoute().Subrouter()
7980
oauth2router.Use(middleware.OAuth2)
8081
oauth2router.HandleFunc("/ecommerce/products", ecommerce.HandleListProducts).Methods(http.MethodGet)

0 commit comments

Comments
 (0)