Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 44345bb9f7 |
@@ -7,4 +7,6 @@ import (
|
||||
type HttpRoute interface {
|
||||
Register(fiber.Router)
|
||||
Name() string
|
||||
Path() string
|
||||
Middlewares() []any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user