mirror of
https://github.com/versia-pub/versia-go.git
synced 2025-12-06 06:28:18 +01:00
fix: /api/users/search -> /api/app/users/search
This commit is contained in:
parent
41fb39f906
commit
ca592cbbbd
|
|
@ -42,10 +42,10 @@ func (i *Handler) Register(r fiber.Router) {
|
|||
|
||||
r.Get("/.well-known/webfinger", i.Webfinger)
|
||||
|
||||
r.Get("/api/app/users/search", i.SearchUser)
|
||||
r.Get("/api/app/users/:id", i.GetUser)
|
||||
r.Post("/api/app/users/", i.CreateUser)
|
||||
|
||||
r.Get("/api/users/search", i.SearchUser)
|
||||
r.Get("/api/users/:id", i.GetLysandUser)
|
||||
r.Post("/api/users/:id/inbox", i.LysandInbox)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue