7 lines
106 B
Swift
7 lines
106 B
Swift
|
import Foundation
|
||
|
import Vapor
|
||
|
|
||
|
struct LContext: Codable {
|
||
|
let config: Config
|
||
|
let loggedIn: Bool
|
||
|
}
|