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