added: app modules register

This commit is contained in:
nquidox 2025-07-06 22:24:06 +03:00
parent 5ffb6dde46
commit 7e5010ac78
5 changed files with 85 additions and 7 deletions

View file

@ -0,0 +1,6 @@
package shared
type ExcludeRoute struct {
Route string
Method string
}