'created smparkinVaporWeb from template https://github.com/vapor/web-template'
This commit is contained in:
6
Sources/App/boot.swift
Normal file
6
Sources/App/boot.swift
Normal file
@@ -0,0 +1,6 @@
|
||||
import Vapor
|
||||
|
||||
/// Called after your application has initialized.
|
||||
public func boot(_ app: Application) throws {
|
||||
// Your code here
|
||||
}
|
||||
Reference in New Issue
Block a user