Browse Source

Environment file added

main
rpm-mcarman 2 years ago
parent
commit
0633bd8fa4
12 changed files with 49 additions and 0 deletions
  1. +0
    -0
      Sources/App/Controllers/BaseControllers/ChildControllers/cntrlResponseType.swift
  2. +0
    -0
      Sources/App/Controllers/BaseControllers/ChildControllers/cntrlUnit.swift
  3. +8
    -0
      swift
  4. +8
    -0
      swift
  5. +8
    -0
      Sources/App/Controllers/BaseControllers/File.swift
  6. +0
    -0
      Sources/App/Controllers/BaseControllers/cntrlCategory.swift
  7. +8
    -0
      Sources/App/Controllers/BaseControllers/cntrlComparisonType.swift
  8. +8
    -0
      Sources/App/Controllers/BaseControllers/cntrlContactType.swift
  9. +0
    -0
      Sources/App/Controllers/BaseControllers/cntrlDataType.swift
  10. +0
    -0
      Sources/App/Controllers/BaseControllers/cntrlDivision.swift
  11. +8
    -0
      Sources/App/Controllers/BaseControllers/cntrlEquipmentType.swift
  12. +1
    -0
      env

Sources/App/Controllers/cntrlResponseType.swift → Sources/App/Controllers/BaseControllers/ChildControllers/cntrlResponseType.swift View File


Sources/App/Controllers/cntrlUnit.swift → Sources/App/Controllers/BaseControllers/ChildControllers/cntrlUnit.swift View File


Sources/App/Controllers/BaseControllers/File → swift View File

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

import Foundation

Sources/App/Controllers/BaseControllers/File → swift View File

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

import Foundation

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

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

import Foundation

Sources/App/Controllers/cntrlCategory.swift → Sources/App/Controllers/BaseControllers/cntrlCategory.swift View File


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

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

import Foundation

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

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

import Foundation

Sources/App/Controllers/cntrlDataType.swift → Sources/App/Controllers/BaseControllers/cntrlDataType.swift View File


Sources/App/Controllers/cntrlDivision.swift → Sources/App/Controllers/BaseControllers/cntrlDivision.swift View File


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

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

import Foundation

+ 1
- 0
env View File

@@ -0,0 +1 @@
API_KEY=SOMEINFO

Loading…
Cancel
Save