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