Showing
1 changed file
with
4 additions
and
6 deletions
| ... | @@ -21,13 +21,11 @@ app.use(bodyParser.json()); | ... | @@ -21,13 +21,11 @@ app.use(bodyParser.json()); |
| 21 | 21 | ||
| 22 | ///////////////////////////////////////////////// | 22 | ///////////////////////////////////////////////// |
| 23 | // commit 할때 지워야 할것들 | 23 | // commit 할때 지워야 할것들 |
| 24 | -const USER_ID = 'U9d630077f22259431099ace7e9a0eb4c' | ||
| 25 | -const TOKEN = 'Yq9KhnuTveSUn7SihUGL51E1YlFvpMkl/w0LwXhGyZq8lzZFWQ5naQgQ504rqwT0sVBScuXZOFHTxFvFb3F/3KXCcOVaj6NlSgwHCanXrsugF9E5KqhROLyRv4EGxvt9MleTefgt1qx5piktuYGkFwdB04t89/1O/w1cDnyilFU=' | ||
| 26 | -const domain = "2021105612.osschatbot2022.ml" | ||
| 27 | 24 | ||
| 28 | -// const USER_ID = '' | 25 | + |
| 29 | -// const TOKEN = '' | 26 | +const USER_ID = '' |
| 30 | -// const domain = "" | 27 | +const TOKEN = '' |
| 28 | +const domain = "" | ||
| 31 | ///////////////////////////////////////////////// | 29 | ///////////////////////////////////////////////// |
| 32 | 30 | ||
| 33 | let MEGA_date; | 31 | let MEGA_date; | ... | ... |
-
Please register or login to post a comment