Skip to content

Commit 37ca713

Browse files
author
Brooke Fisher
committed
Update repo so that people do not add private app token
1 parent 3a751bf commit 37ca713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ app.use(express.static(__dirname + '/public'));
77
app.use(express.urlencoded({ extended: true }));
88
app.use(express.json());
99

10-
// * Please include the private app access token in your repo BUT only an access token built in a TEST ACCOUNT. Don't do this practicum in your normal account.
10+
// * Please DO NOT INCLUDE the private app access token in your repo. Don't do this practicum in your normal account.
1111
const PRIVATE_APP_ACCESS = '';
1212

1313
// TODO: ROUTE 1 - Create a new app.get route for the homepage to call your custom object data. Pass this data along to the front-end and create a new pug template in the views folder.

0 commit comments

Comments
 (0)