init push
This commit is contained in:
9
internal/app/api/pin_actions.go
Normal file
9
internal/app/api/pin_actions.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package api
|
||||
|
||||
type PinProtectedEndpoint struct {
|
||||
Method string
|
||||
Path string
|
||||
Action string
|
||||
}
|
||||
|
||||
var PinProtectedEndpoints = []PinProtectedEndpoint{}
|
||||
Reference in New Issue
Block a user