@@ -23,9 +23,3 @@ const server = app.listen( port, () => {console.log(`App listening on port ${por
// Routing
app.use('/api/spells',routes.spells)
// On process kill with SIGINT
process.on('SIGINT',()=>{
db.end()
server.close()
})
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.