Add toggleable source

This commit is contained in:
2020-11-11 16:10:33 -08:00
parent b1d39abd67
commit acc391e8e6
3 changed files with 8 additions and 4 deletions

View File

@@ -3,5 +3,6 @@ import Vapor
struct Config: Codable {
let title: String
let showSourceBtn: Bool
let services: [String:[[String:String]]]
}