Files
smpark.in/Vapor3.1.10/Sources/App/boot.swift
2020-06-01 14:31:12 -07:00

7 lines
134 B
Swift

import Vapor
// Called after your application has initialized.
public func boot(_ app: Application) throws {
// Your code here
}