Refactor for flask
This commit is contained in:
6
Vapor3.1.10/Sources/App/boot.swift
Normal file
6
Vapor3.1.10/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