Add login functionality

This commit is contained in:
2020-11-12 13:23:25 -08:00
parent 7e8a6d6590
commit 43bdf9a746
12 changed files with 144 additions and 53 deletions

6
Sources/App/login.swift Normal file
View File

@@ -0,0 +1,6 @@
import Foundation
import Vapor
struct Login: Codable {
let password: String?
}