Skip to content

Commit a7e1b5b

Browse files
committed
export app object, update readme
1 parent 1c61ef1 commit a7e1b5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2-Authorization-I/2-call-graph-b2c/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ This sample demonstrates how to [manage your B2C users with Microsoft Graph](htt
3939
Locate the root folder of the sample in a terminal. Then:
4040

4141
```console
42-
cd Chapter1
4342
npm install
4443
```
4544

@@ -90,7 +89,6 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi
9089
Locate the root folder of the sample in a terminal. Then:
9190

9291
```console
93-
cd Chapter1
9492
npm start
9593
```
9694

2-Authorization-I/2-call-graph-b2c/server.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ app.get('*', (req, res) => {
2525
app.listen(port);
2626

2727
console.log(`Listening on port ${port}...`);
28+
29+
module.exports = app;

0 commit comments

Comments
 (0)