diff --git a/conf/app.go b/conf/app.go index cc06f56..2791c0a 100644 --- a/conf/app.go +++ b/conf/app.go @@ -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" //