Skip to content

Commit aa36a74

Browse files
committed
Update redirect uri to match docs
1 parent 0d5e2a1 commit aa36a74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: AppCreationScripts/apps.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"x-ms-version": "2.0",
1212
"replyUrlsWithType": [
1313
{
14-
"url": "http://localhost:44316/",
14+
"url": "http://localhost:30662/",
1515
"type": "Web"
1616
}
1717
],

Diff for: server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var morgan = require('morgan');
99
var path = require('path');
1010

1111
// Initialize variables.
12-
var port = 44316; // process.env.PORT || 44316;
12+
var port = 30662; // process.env.PORT || 30662;
1313

1414
// Configure morgan module to log all requests.
1515
app.use(morgan('dev'));

0 commit comments

Comments
 (0)