8 lines
153 B
Swift
8 lines
153 B
Swift
import Foundation
|
|
import Vapor
|
|
|
|
struct Config: Codable {
|
|
let title: String
|
|
let showSourceBtn: Bool
|
|
let services: [String:[[String:String]]]
|
|
} |