11 lines
194 B
Swift
11 lines
194 B
Swift
import Fluent
|
|
import Vapor
|
|
|
|
struct PurchaseOrderViewController: RouteCollection {
|
|
private let api = ApiController()
|
|
|
|
func boot(routes: any RoutesBuilder) throws {
|
|
// Do something.
|
|
}
|
|
}
|