After Finish User Register and Login Service via MVC arch

This commit is contained in:
2025-07-19 23:55:25 +08:00
parent 56c625ee6b
commit edd693200c
12 changed files with 168 additions and 19 deletions

View File

@@ -19,6 +19,9 @@ type Config struct {
Name string
Charset string
}
Bcrypt struct {
Cost int
}
}
var AppConfig *Config