Skip to content

Commit

Permalink
revert name change for now
Browse files Browse the repository at this point in the history
  • Loading branch information
spezifisch committed Oct 19, 2023
1 parent 693c6b7 commit 1837cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/api/http/api-reader-v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package http
// @in header
// @name Authorization
func (s *Server) addRoutesApiReaderV1() {
v1 := s.app.Group("/api/reader/v1")
v1 := s.app.Group("/api/v1")
{
// not tied so the user:
v1.Get("/article/:id", s.controller.Article)
Expand Down

0 comments on commit 1837cc8

Please sign in to comment.