Update index.js
Browse files
index.js
CHANGED
|
@@ -13,8 +13,8 @@ const usersPath = path.join(__dirname, 'users.json');
|
|
| 13 |
|
| 14 |
if (!fs.existsSync(configPath)) {
|
| 15 |
fs.writeFileSync(configPath, JSON.stringify({
|
| 16 |
-
PAGE_ACCESS_TOKEN: '
|
| 17 |
-
VERIFY_TOKEN: '
|
| 18 |
}, null, 2));
|
| 19 |
}
|
| 20 |
|
|
|
|
| 13 |
|
| 14 |
if (!fs.existsSync(configPath)) {
|
| 15 |
fs.writeFileSync(configPath, JSON.stringify({
|
| 16 |
+
PAGE_ACCESS_TOKEN: 'EAAJ2oq2jZCIwBO1kFcU7DaPM7vfGZC16ncAbJzFZAuokeSK5dEdpQ1muBKWZBC6sUDrDrG9Mq4thZCcH6pqFYM1viCDOIjmZCEGHRokhKj3kIAt5uTToHoZBZAkJSozb5mODsk5xxE8NXG3ZAtv7lcQneeHkiUJmwdmPQsFeuslWZAwfZC3Hvz4ZCa5yCwiDIcEJX0we28820E5GKKGuJfCKXRPRVUVsJAZDZD',
|
| 17 |
+
VERIFY_TOKEN: 'ccprojects'
|
| 18 |
}, null, 2));
|
| 19 |
}
|
| 20 |
|