feat: Adds employee views.
This commit is contained in:
@@ -9,6 +9,7 @@ func routes(_ app: Application) throws {
|
||||
try app.register(collection: ApiController())
|
||||
try app.register(collection: UserViewController())
|
||||
try app.register(collection: VendorViewController())
|
||||
try app.register(collection: EmployeeViewController())
|
||||
// try app.register(collection: ViewController())
|
||||
|
||||
app.get { _ in
|
||||
|
||||
Reference in New Issue
Block a user