Explorar el Código

Added Users and roles routes

main
rpm-mcarman hace 2 años
padre
commit
934a970d03
Se han modificado 2 ficheros con 16 adiciones y 0 borrados
  1. +8
    -0
      Sources/App/Controllers/cntrlRole.swift
  2. +8
    -0
      Sources/App/Controllers/cntrlUser.swift

+ 8
- 0
Sources/App/Controllers/cntrlRole.swift Ver fichero

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

import Foundation

+ 8
- 0
Sources/App/Controllers/cntrlUser.swift Ver fichero

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

import Foundation

Cargando…
Cancelar
Guardar