更新到数据库

This commit is contained in:
散仙
2024-11-25 00:31:05 +08:00
parent 4ae76f5eed
commit 5115851c1f
5 changed files with 92 additions and 67 deletions

View File

@@ -1,5 +1,6 @@
import fs from 'fs'
import express from 'express'
import main from './main.js'
const app = express()
@@ -41,3 +42,4 @@ app.get('/api', (req, res) => {
})
app.listen(6005, () => console.log('http://localhost:6005'))
main()