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/isItUp.swift
2020-11-11 14:49:55 -08:00

7 lines
108 B
Swift

import Foundation
import Vapor
struct isItUp: Codable {
let isitdown: Bool
let response_code: Int
}