mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 15:44:28 +01:00
added endpoint to list specific group
This commit is contained in:
@@ -90,6 +90,7 @@ func main() {
|
||||
{
|
||||
groups.POST(":number", api.CreateGroup)
|
||||
groups.GET(":number", api.GetGroups)
|
||||
groups.GET(":number/:groupid", api.GetGroup)
|
||||
groups.DELETE(":number/:groupid", api.DeleteGroup)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user