boot.swift 135 B

123456
  1. import Vapor
  2. /// Called after your application has initialized.
  3. public func boot(_ app: Application) throws {
  4. // your code here
  5. }