fix: Fixes API routing for connections.
This commit is contained in:
parent
af6ee6ab66
commit
495dff3de1
2 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,7 @@ type ConnectionsResponse struct {
|
|||
Data []*SanitizedConnection `json:"data"`
|
||||
}
|
||||
|
||||
func Connections(c *gin.Context) {
|
||||
func GetConnections(c *gin.Context) {
|
||||
var req ConnectionsRequest
|
||||
|
||||
if err := c.BindJSON(&req); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue