Former-commit-id: 3818f34c62697a23a56f9c58014f955e1b62232d
TangShanKaiPing
wanggang 6 years ago
parent 19e4784729
commit aab7291fa5

@ -1,5 +1,5 @@
{
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"Logging": {
"LogLevel": {
"Default": "Warning",

@ -123,6 +123,7 @@ namespace IoTCenter.Controllers
return Json(model, new JsonSerializerSettings { ReferenceLoopHandling = ReferenceLoopHandling.Ignore });
}
[Authorize]
[Route("/Node")]
public IActionResult Node(string number)
{

@ -1,5 +1,5 @@
{
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"Logging": {
"LogLevel": {
"Default": "Warning",

@ -1,5 +1,5 @@
{
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"Logging": {
"LogLevel": {
"Default": "Warning"

@ -5,8 +5,8 @@ rd /q/s "./dist/"
echo d|xcopy "./src" "./dist/" /s /e /y /f
dotnet publish ../projects/UserCenter/UserCenter.csproj -c Release -r linux-x64 -o ../../publish/dist/linux-x64/publish/apps/UserCenter
dotnet publish ../projects/IoTCenter/IoTCenter.csproj -c Release -r linux-x64 -o ../../publish/dist/linux-x64/publish/apps/IoTCenter
dotnet publish ../projects/UserCenter/UserCenter.csproj -c Release -r linux-x64 -o ../publish/dist/linux-x64/publish/apps/UserCenter
dotnet publish ../projects/IoTCenter/IoTCenter.csproj -c Release -r linux-x64 -o ../publish/dist/linux-x64/publish/apps/IoTCenter
dotnet publish ../projects/IoT/IoTNode/IoTNode.csproj -c Release -r linux-arm64 -o ../publish/dist/linux-arm64/publish/apps/IoTNode
dotnet publish ../projects/IoT/IoTNode/IoTNode.csproj -c Release -r linux-arm -o ../publish/dist/linux-arm/publish/apps/IoTNode

@ -23,7 +23,7 @@ http {
keepalive_timeout 65;
server {
listen 127.0.0.1:80;
listen 0.0.0.0:80;
server_name localhost;
location ^~ /live/ {

Loading…
Cancel
Save