Skip to content

Commit

Permalink
quotefix [goreleaser]
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Dec 29, 2023
1 parent 32d9122 commit acd5f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rfq/api/rest/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (r *APIServer) Run(ctx context.Context) error {
quotesPut.PUT("", h.ModifyQuote)
// GET routes without the AuthMiddleware
// engine.PUT("/quotes", h.ModifyQuote)
engine.GET("QuoteRoute", h.GetQuotes)
engine.GET("", h.GetQuotes)
engine.GET(fmt.Sprintf("%s/filter", QuoteRoute), h.GetFilteredQuotes)

r.engine = engine
Expand Down

0 comments on commit acd5f2a

Please sign in to comment.