fix store file path
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
func GetFileFromStore(c echo.Context) error {
|
||||
fileName := strings.ReplaceAll(c.Request().RequestURI, "/store", "")
|
||||
fileName := strings.ReplaceAll(c.Request().RequestURI, "/api/store", "")
|
||||
|
||||
data, err, resp := api.GetRequest(
|
||||
config.Env.MSHosts.StoreHost+fileName,
|
||||
|
||||
Reference in New Issue
Block a user