Caps-Server/Sources/App/boot.swift

10 lines
242 B
Swift
Raw Normal View History

import Routing
import Vapor
/// Called after your application has initialized.
///
/// [Learn More ](https://docs.vapor.codes/3.0/getting-started/structure/#bootswift)
public func boot(_ app: Application) throws {
// your code here
}