-
- Downloads
add
parents
No related branches found
No related tags found
.gitignore
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "webback", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://git.ajou.ac.kr/websystem1/webback.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"description": "", | ||
"dependencies": { | ||
"express": "^4.21.1" | ||
} | ||
} |
src/app.js
0 → 100644
Please register or sign in to comment