Files
Kazier/backend/handlers/devices.go
T

9 lines
161 B
Go

package handlers
import (
"github.com/gin-gonic/gin"
"github.com/vaultdrop/backend/pkg/api"
)
func DevicesRegister(c *gin.Context) { api.NotImplemented(c) }