Files
fm_be/internal/app/api/pin_actions.go
2026-07-16 22:16:45 +07:00

10 lines
149 B
Go

package api
type PinProtectedEndpoint struct {
Method string
Path string
Action string
}
var PinProtectedEndpoints = []PinProtectedEndpoint{}