Skip to content

Commit d4f3a63

Browse files
committed
chore: update agent api
1 parent 5dfd485 commit d4f3a63

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/agent-api/api.http

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# Download at: https://aka.ms/vscode/rest-client
44
##################################################################
55

6-
@api_host = http://localhost:7071
6+
@api_host = http://localhost:7072
77

8-
### Get access token, should return 401
9-
GET {{api_host}}/api/me/access-token
8+
### Get user info, should return 401
9+
GET {{api_host}}/api/me
1010

11-
### Get access token
12-
GET {{api_host}}/api/me/access-token
11+
### Get user info
12+
GET {{api_host}}/api/me
1313
x-ms-client-principal: eyJ1c2VySWQiOiJfX3Rlc3RfdXNlcl9fIn0=
1414

1515
### Chat with the bot

packages/agent-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"watch": "tsc -w",
99
"clean": "rimraf dist",
1010
"prestart": "npm run clean && npm run build",
11-
"start:host": "func start",
11+
"start:host": "func start --port 7072",
1212
"start": "concurrently npm:start:host npm:watch --raw --kill-others"
1313
},
1414
"author": "Microsoft",

0 commit comments

Comments
 (0)