10 lines
242 B
Swift
10 lines
242 B
Swift
|
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
|
||
|
}
|