Browse Source

Added Users and roles routes

main
rpm-mcarman 2 years ago
parent
commit
934a970d03
2 changed files with 16 additions and 0 deletions
  1. +8
    -0
      Sources/App/Controllers/cntrlRole.swift
  2. +8
    -0
      Sources/App/Controllers/cntrlUser.swift

+ 8
- 0
Sources/App/Controllers/cntrlRole.swift View File

@@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Michiel Carman on 4/1/24.
//

import Foundation

+ 8
- 0
Sources/App/Controllers/cntrlUser.swift View File

@@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Michiel Carman on 4/1/24.
//

import Foundation

Loading…
Cancel
Save