update question
This commit is contained in:
@ -31,6 +31,6 @@ app.post('/transfer', async (c) => {
|
||||
serve({
|
||||
fetch: app.fetch,
|
||||
port: 3000
|
||||
}, (info) => {
|
||||
console.log(`Server is running on http://localhost:${info.port}`)
|
||||
}, (server) => {
|
||||
console.log(`Server is running on http://localhost:${server.port}`)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user