🐛 Provide backwards compability on APIs
This commit is contained in:
parent
c558044646
commit
6d0caa1cde
@ -23,6 +23,7 @@ func MapAPIs(app *fiber.App, baseURL string) {
|
||||
channels.Get("/me/available", listAvailableChannel)
|
||||
channels.Get("/:channel", getChannel)
|
||||
channels.Get("/:channel/me", getChannelIdentity)
|
||||
channels.Get("/:channel/members/me", getChannelIdentity)
|
||||
channels.Put("/:channel/me", editChannelIdentity)
|
||||
channels.Put("/:channel/me/notify", editChannelNotifyLevel)
|
||||
channels.Delete("/:channel/me", deleteChannelIdentity)
|
||||
|
Loading…
x
Reference in New Issue
Block a user