update at 2023/08/14
This commit is contained in:
@@ -11,7 +11,9 @@ import (
|
||||
|
||||
var (
|
||||
// parameter config management
|
||||
UriFile = config.UriPrefix + "/fileManagement/{apiVersion}/{location}/file"
|
||||
UriFile = config.DefaultUriPrefix + "/fileManagement/{apiVersion}/{location}/file"
|
||||
|
||||
CustomUriFile = config.UriPrefix + "/fileManagement/{apiVersion}/{location}/file"
|
||||
)
|
||||
|
||||
// func init() {
|
||||
|
||||
Reference in New Issue
Block a user