[REST API] Incorporate changes related to REST API docs (#900)
This commit is contained in:
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:8000/add
|
||||
url: http://localhost:8080/add
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:8000/chat
|
||||
url: http://localhost:8080/chat
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:8000/query
|
||||
url: http://localhost:8080/query
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:8000/ping
|
||||
url: http://localhost:8080/ping
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user