mirror of
https://github.com/versia-pub/versia-go.git
synced 2026-03-13 04:29:15 +01:00
fix: /api/users/search -> /api/app/users/search
This commit is contained in:
parent
41fb39f906
commit
ca592cbbbd
1 changed files with 1 additions and 1 deletions
|
|
@ -42,10 +42,10 @@ func (i *Handler) Register(r fiber.Router) {
|
||||||
|
|
||||||
r.Get("/.well-known/webfinger", i.Webfinger)
|
r.Get("/.well-known/webfinger", i.Webfinger)
|
||||||
|
|
||||||
|
r.Get("/api/app/users/search", i.SearchUser)
|
||||||
r.Get("/api/app/users/:id", i.GetUser)
|
r.Get("/api/app/users/:id", i.GetUser)
|
||||||
r.Post("/api/app/users/", i.CreateUser)
|
r.Post("/api/app/users/", i.CreateUser)
|
||||||
|
|
||||||
r.Get("/api/users/search", i.SearchUser)
|
|
||||||
r.Get("/api/users/:id", i.GetLysandUser)
|
r.Get("/api/users/:id", i.GetLysandUser)
|
||||||
r.Post("/api/users/:id/inbox", i.LysandInbox)
|
r.Post("/api/users/:id/inbox", i.LysandInbox)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue