adjustment auth token with position

This commit is contained in:
vanilia
2025-10-23 15:34:33 +07:00
parent 4f3fe7588e
commit 92be0adf43
35 changed files with 3347 additions and 14 deletions
@@ -0,0 +1,9 @@
package installation_position
// example of middleware
// func init() {
// createPreMw = append(createPreMw,
// CreateMw{Name: "modif-input", Func: pm.ModifInput},
// CreateMw{Name: "check-data", Func: pm.CheckData},
// )
// }