ithewei 6 years ago
parent
commit
53c137a402
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      html/downloads/scripts/getting_started.sh

+ 1 - 1
README.md

@@ -30,7 +30,7 @@ bin/curl -v localhost:8080
 bin/curl -v localhost:8080/downloads/
 
 # http api service
-bin/curl -v -X POST localhost:8086/v1/api/json -H "Content-Type:application/json" -d '{"user":"admin","pswd":"123456"}'
+bin/curl -v -X POST localhost:8080/v1/api/json -H "Content-Type:application/json" -d '{"user":"admin","pswd":"123456"}'
 ```
 
 ## Module

+ 1 - 1
html/downloads/scripts/getting_started.sh

@@ -12,4 +12,4 @@ bin/curl -v localhost:8080
 bin/curl -v localhost:8080/downloads/
 
 # http api service
-bin/curl -v -X POST localhost:8086/v1/api/json -H "Content-Type:application/json" -d '{"user":"admin","pswd":"123456"}'
+bin/curl -v -X POST localhost:8080/v1/api/json -H "Content-Type:application/json" -d '{"user":"admin","pswd":"123456"}'