Skip to content

Commit 530e54f

Browse files
committed
chore: remove random break line
1 parent 8a855f3 commit 530e54f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/server/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ 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-
7978
oauth2router := r.NewRoute().Subrouter()
8079
oauth2router.Use(middleware.OAuth2)
8180
oauth2router.HandleFunc("/ecommerce/products", ecommerce.HandleListProducts).Methods(http.MethodGet)

0 commit comments

Comments
 (0)