Fixing bugs

Resolve application installation path errors
This commit is contained in:
link
2021-11-09 18:57:50 +08:00
parent 37130966cf
commit f020c1162d
15 changed files with 327 additions and 24 deletions

View File

@@ -32,6 +32,7 @@ func init() {
//gredis.GetRedisConn(config.RedisInfo),
service.MyService = service.NewService(sqliteDB, loger2.NewOLoger())
service.Cache = cache.Init()
route.InitFunction()
}
// @title casaOS API