Skip to content

Commit 7e5fa2b

Browse files
committed
working-branch-final
1 parent 79eca78 commit 7e5fa2b

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
@@ -8,7 +8,7 @@ app.use(express.urlencoded({ extended: true }));
88
app.use(express.json());
99

1010
// * Please DO NOT INCLUDE the private app access token in your repo. Don't do this practicum in your normal account.
11-
const PRIVATE_APP_ACCESS = 'pat-na2-f875ecb3-354e-49a4-9119-32acd35200ad';
11+
const PRIVATE_APP_ACCESS = '';
1212

1313
const homeURL = 'http://localhost:3007/';
1414

0 commit comments

Comments
 (0)