startup.js 79 B

12345
  1. import { load } from '../server/controller'
  2. export default () => {
  3. load()
  4. }