Sha256: 7fb69c75d3eeec0642a124e1be7286e0a23044ee0a860ddb4da7b96c6ec6bf9b
Contents?: true
Size: 407 Bytes
Versions: 16
Compression:
Stored size: 407 Bytes
Contents
import Foundation struct <%= name %> { private static let developmentURL = URL(string: "http://localhost:3000")! private static let productionURL = URL(string: "https://turbo-native-demo.glitch.me")! static var baseURL: URL { productionURL } static var homeURL: URL { baseURL.appendingPathComponent("/") } static var signInURL: URL { baseURL.appendingPathComponent("/signin") } }
Version data entries
16 entries across 16 versions & 1 rubygems