Skip to content

Instantly share code, notes, and snippets.

@thetutlage
Created August 7, 2018 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thetutlage/66a2c4f68fe596888b5b13b17ae83fb2 to your computer and use it in GitHub Desktop.
Save thetutlage/66a2c4f68fe596888b5b13b17ae83fb2 to your computer and use it in GitHub Desktop.
const { hooks } = require('@adonisjs/ignitor')
hooks.after.httpServer(function () {
const Server = use('Server')
const httpInstance = Server.getInstance()
// do whatever you like
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment