|
|
@ -8,9 +8,9 @@ import ( |
|
|
|
rcover "github.com/kataras/iris/v12/middleware/recover" |
|
|
|
) |
|
|
|
|
|
|
|
var ExampleFile = "http://localhost:8093/public/uploadxlsx/example.xlsx" |
|
|
|
var ExampleFile = "http://localhost:9001/public/uploadxlsx/example.xlsx" |
|
|
|
|
|
|
|
var Baseurl = "http://localhost:8093" |
|
|
|
var Baseurl = "http://localhost:9001" |
|
|
|
|
|
|
|
//var ExampleFile = "http://localhost:8097/public/uploadxlsx/example.xlsx"
|
|
|
|
//
|
|
|
|