Files
smpark.in/Sources/App/boot.swift

7 lines
135 B
Swift

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