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