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
1
master
wanggang
2 years ago
parent
8bb00f30a0
commit
9c50097f78
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://*:5000 .现在改成8003端口
.UseStartup<Startup>();
});
}
Write
Preview
Loading…
Cancel
Save