API structure done

This commit is contained in:
2022-04-14 21:43:55 -03:00
parent 16b2253880
commit 9a64f7155c
3 changed files with 45 additions and 37 deletions

View File

@@ -2,10 +2,10 @@
"name": "telegram-to-notion-website",
"version": "1.0.0",
"description": "Website for the Telegram to Notion Bot",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
"dev": "nodemon src/index.js",
"start": "node src/index.js"
},
"keywords": [
"telegram",