This repository has been archived by the owner. It is now read-only.
Commit 01b735a
authored
Use process.env.PORT if available
Running the sample as an Azure web app with Node requires the app to listen on a port specified by Azure Web Apps.
This requirement is likely to elude newcomers to node, so I suggest adding it by default, like the Azure AD B2C Node API demo does.1 parent 3632677 commit 01b735a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments