Move auth routes in routes/v1 subpackage #8

Closed
opened 2025-03-13 17:22:56 +00:00 by rydanovns · 1 comment
rydanovns commented 2025-03-13 17:22:56 +00:00 (Migrated from git.csit.sgu.ru)

Let's move all implementations of routes as separate functions and use them in api.go like that:

r.POST("/logout", Logout)
Let's move all implementations of routes as separate functions and use them in `api.go` like that: ``` r.POST("/logout", Logout) ```
rudyakas commented 2025-03-19 18:33:46 +00:00 (Migrated from git.csit.sgu.ru)

assigned to @ProstoLive

assigned to `@ProstoLive`
rudyakas (Migrated from git.csit.sgu.ru) closed this issue 2025-04-15 11:36:04 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dsc/mm-backend#8
No description provided.