This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
DataV
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
5
master
fyf
2 years ago
parent
77fb3e0efe
commit
83605c910e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>();
});
}
Write
Preview
Loading…
Cancel
Save