reload.js 113 B

12345678910
  1. /**
  2. * @author oldj
  3. * @blog https://oldj.net
  4. */
  5. 'use strict'
  6. module.exports = (app) => {
  7. app.loadHosts()
  8. }