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