Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Commit

Permalink
ADding user to stats
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
Dusan Malusev committed Mar 13, 2022
1 parent 0630fac commit f843f6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/pkg/http/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ func registerRoutes(c *container.Container, app *fiber.App) {
app.Post("/event/:eventId/participate", authMiddleware, events.InsertParticipent(c.GetParticipantService()))

app.Get("/ws/:eventId/collection",
authMiddleware,
middleware.WebSocket(),
ws.LedgerHandler(c.GetBroadCaster(), c.GetDefaultLogger()),
)
Expand Down

0 comments on commit f843f6a

Please sign in to comment.