add cache

This commit is contained in:
skiffer-git 2022-04-26 09:09:33 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 1f0f81c60d
commit 20000ac670

View File

@ -34,7 +34,7 @@ func main() {
r := gin.Default()
r.Use(utils.CorsHandler())
log.Info("load config: ", config.Config)
log.Info("load config: ", config.Config)
// user routing group, which handles user registration and login services
userRouterGroup := r.Group("/user")
{