mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-09-23 11:22:24 +00:00
Compare commits
2 Commits
c26cf4dbec
...
63f01489a8
Author | SHA1 | Date | |
---|---|---|---|
|
63f01489a8 | ||
|
6bbb0802aa |
@ -2,7 +2,7 @@ package common
|
||||
|
||||
const (
|
||||
SERVICENAME = "casaos"
|
||||
VERSION = "0.4.14"
|
||||
VERSION = "0.4.15"
|
||||
BODY = " "
|
||||
RANW_NAME = "IceWhale-RemoteAccess"
|
||||
)
|
||||
|
@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
func GetRecoverStorage(ctx echo.Context) error {
|
||||
t := ctx.Param("type")
|
||||
t := strings.TrimSuffix(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