Browse Source

更新默认端口

master
fyf 2 years ago
parent
commit
22c125459f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      DataVAPI/Program.cs

+ 1
- 1
DataVAPI/Program.cs View File

@@ -50,7 +50,7 @@ namespace DataVAPI
builder.Build().GetSection(nameof(ApolloOptions)).Bind(op);
});
})
.UseUrls()// 这里默认是http://*:5000 .现在改成8003端口
.UseUrls("http://*:80")// 这里默认是http://*:5000 .现在改成8003端口
.UseStartup<Startup>();
});
}


Loading…
Cancel
Save