mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-09-23 19:30:34 +00:00
Compare commits
No commits in common. "63f01489a8e41adafae6b1bd0576b2cd242cb6d7" and "c26cf4dbecd7c33b5ace6952d42b9622d6237345" have entirely different histories.
63f01489a8
...
c26cf4dbec
@ -2,7 +2,7 @@ package common
|
||||
|
||||
const (
|
||||
SERVICENAME = "casaos"
|
||||
VERSION = "0.4.15"
|
||||
VERSION = "0.4.14"
|
||||
BODY = " "
|
||||
RANW_NAME = "IceWhale-RemoteAccess"
|
||||
)
|
||||
|
@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
func GetRecoverStorage(ctx echo.Context) error {
|
||||
t := strings.TrimSuffix(ctx.Param("type"), "/")
|
||||
t := ctx.Param("type")
|
||||
currentTime := time.Now().UTC()
|
||||
currentDate := time.Now().UTC().Format("2006-01-02")
|
||||
notify := make(map[string]interface{})
|
||||
|
Loading…
x
Reference in New Issue
Block a user