feat: Begins a generic htmx form context and template, integrates user form, begins views for vendor and purchase orders.
This commit is contained in:
10
Sources/App/Controllers/PurchaseOrderViewController.swift
Normal file
10
Sources/App/Controllers/PurchaseOrderViewController.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
import Fluent
|
||||
import Vapor
|
||||
|
||||
struct PurchaseOrderViewController: RouteCollection {
|
||||
private let api = ApiController()
|
||||
|
||||
func boot(routes: any RoutesBuilder) throws {
|
||||
// Do something.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user