This repository has been archived on 2021-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
statusboard/Sources/App/JSONDecode.swift

8 lines
153 B
Swift

import Foundation
import Vapor
struct Config: Codable {
let title: String
let showSourceBtn: Bool
let services: [String:[[String:String]]]
}