Skip to content

Commit

Permalink
fix import url
Browse files Browse the repository at this point in the history
  • Loading branch information
meetcw committed Jun 30, 2022
1 parent f37555a commit 690c662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const port = 3000
app.use(bodyParser.text({ type: '*/*' }))
app.use(express.static('public'))

app.post('/api/legado', require('./api/legado'))
app.get('/api/legado', require('./api/legado'))
app.post('/api/ra', require('./api/ra'))

app.listen(port, () => {
Expand Down

0 comments on commit 690c662

Please sign in to comment.