Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -23,9 +23,9 @@ app.use(bodyParser.json()); | ... | @@ -23,9 +23,9 @@ app.use(bodyParser.json()); |
| 23 | // commit 할때 지워야 할것들 | 23 | // commit 할때 지워야 할것들 |
| 24 | 24 | ||
| 25 | 25 | ||
| 26 | -const USER_ID = '' | 26 | +const USER_ID = ''; |
| 27 | -const TOKEN = '' | 27 | +const TOKEN = ''; |
| 28 | -const domain = "" | 28 | +const domain = ""; |
| 29 | ///////////////////////////////////////////////// | 29 | ///////////////////////////////////////////////// |
| 30 | 30 | ||
| 31 | let MEGA_date; | 31 | let MEGA_date; | ... | ... |
-
Please register or login to post a comment