From 2bede478ebce6ad36d6e952318c8be0017ba8da5 Mon Sep 17 00:00:00 2001 From: rpm-mcarman <65228808+rpm-mcarman@users.noreply.github.com> Date: Tue, 2 Apr 2024 08:46:43 -0400 Subject: [PATCH] Encrypted login --- .../cntrlDivision.swift} | 2 +- Sources/App/Controllers/cntrlGate.swift | 8 ++++++++ Sources/App/Controllers/cntrlLocation.swift | 8 ++++++++ Sources/App/Controllers/cntrlResponseType.swift | 8 ++++++++ Sources/App/Controllers/cntrlSegment.swift | 8 ++++++++ Sources/App/Controllers/cntrlUnit.swift | 8 ++++++++ 6 files changed, 41 insertions(+), 1 deletion(-) rename Sources/App/{Migrations/migRelations.swift => Controllers/cntrlDivision.swift} (53%) create mode 100644 Sources/App/Controllers/cntrlGate.swift create mode 100644 Sources/App/Controllers/cntrlLocation.swift create mode 100644 Sources/App/Controllers/cntrlResponseType.swift create mode 100644 Sources/App/Controllers/cntrlSegment.swift create mode 100644 Sources/App/Controllers/cntrlUnit.swift diff --git a/Sources/App/Migrations/migRelations.swift b/Sources/App/Controllers/cntrlDivision.swift similarity index 53% rename from Sources/App/Migrations/migRelations.swift rename to Sources/App/Controllers/cntrlDivision.swift index a843f95..98ce263 100644 --- a/Sources/App/Migrations/migRelations.swift +++ b/Sources/App/Controllers/cntrlDivision.swift @@ -2,7 +2,7 @@ // File.swift // // -// Created by Michiel Carman on 1/31/24. +// Created by Michiel Carman on 4/1/24. // import Foundation diff --git a/Sources/App/Controllers/cntrlGate.swift b/Sources/App/Controllers/cntrlGate.swift new file mode 100644 index 0000000..98ce263 --- /dev/null +++ b/Sources/App/Controllers/cntrlGate.swift @@ -0,0 +1,8 @@ +// +// File.swift +// +// +// Created by Michiel Carman on 4/1/24. +// + +import Foundation diff --git a/Sources/App/Controllers/cntrlLocation.swift b/Sources/App/Controllers/cntrlLocation.swift new file mode 100644 index 0000000..98ce263 --- /dev/null +++ b/Sources/App/Controllers/cntrlLocation.swift @@ -0,0 +1,8 @@ +// +// File.swift +// +// +// Created by Michiel Carman on 4/1/24. +// + +import Foundation diff --git a/Sources/App/Controllers/cntrlResponseType.swift b/Sources/App/Controllers/cntrlResponseType.swift new file mode 100644 index 0000000..a0490df --- /dev/null +++ b/Sources/App/Controllers/cntrlResponseType.swift @@ -0,0 +1,8 @@ +// +// File.swift +// +// +// Created by Michiel Carman on 4/2/24. +// + +import Foundation diff --git a/Sources/App/Controllers/cntrlSegment.swift b/Sources/App/Controllers/cntrlSegment.swift new file mode 100644 index 0000000..98ce263 --- /dev/null +++ b/Sources/App/Controllers/cntrlSegment.swift @@ -0,0 +1,8 @@ +// +// File.swift +// +// +// Created by Michiel Carman on 4/1/24. +// + +import Foundation diff --git a/Sources/App/Controllers/cntrlUnit.swift b/Sources/App/Controllers/cntrlUnit.swift new file mode 100644 index 0000000..a0490df --- /dev/null +++ b/Sources/App/Controllers/cntrlUnit.swift @@ -0,0 +1,8 @@ +// +// File.swift +// +// +// Created by Michiel Carman on 4/2/24. +// + +import Foundation