Update start

This commit is contained in:
Yingxi H 2023-12-14 17:48:23 -08:00 committed by GitHub
parent 2c9b8688e3
commit bcf6e63766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
start
View File

@ -2,7 +2,7 @@
"name": "json-service",
"version": "1.0.0",
"scripts": {
"start": "node server.js"
"start": "node index.js"
},
"dependencies": {
"express": "^4.17.1"