We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79eca78 commit 7e5fa2bCopy full SHA for 7e5fa2b
index.js
@@ -8,7 +8,7 @@ app.use(express.urlencoded({ extended: true }));
8
app.use(express.json());
9
10
// * 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';
+const PRIVATE_APP_ACCESS = '';
12
13
const homeURL = 'http://localhost:3007/';
14
0 commit comments