Files
smpark.in/Sources/App/boot.swift
2019-11-04 21:23:48 -08:00

7 lines
134 B
Swift

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