Skip to content

Commit

Permalink
done.
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Feb 16, 2024
1 parent 8ae0892 commit 85aa85d
Show file tree
Hide file tree
Showing 5 changed files with 320 additions and 245 deletions.
2 changes: 1 addition & 1 deletion backend/src/server/routes/club_tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
func ClubTag(router fiber.Router, clubTagService services.ClubTagServiceInterface) {
clubTagController := controllers.NewClubTagController(clubTagService)

clubTags := router.Group("/:clubID/tags")
clubTags := router.Group("/tags")

clubTags.Post("/", clubTagController.CreateClubTags)
clubTags.Get("/", clubTagController.GetClubTags)
Expand Down
Loading

0 comments on commit 85aa85d

Please sign in to comment.