Skip to content

Commit

Permalink
fix: static 给多了
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Oct 10, 2023
1 parent 20308e8 commit 5e4fcad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const knex = Knex({

app.use(bodyParser.json())
app.use(bodyParser.urlencoded({extended: true}))
app.use(express.static(join(__dirname, '../public')))

interface ITable {
id: number
Expand Down

0 comments on commit 5e4fcad

Please sign in to comment.