added: app modules register
This commit is contained in:
parent
5ffb6dde46
commit
7e5010ac78
5 changed files with 85 additions and 7 deletions
6
internal/shared/routes.go
Normal file
6
internal/shared/routes.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package shared
|
||||
|
||||
type ExcludeRoute struct {
|
||||
Route string
|
||||
Method string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue