File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
1313x-ms-client-principal: eyJ1c2VySWQiOiJfX3Rlc3RfdXNlcl9fIn0=
1414
1515### Chat with the bot
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments