Sha256: 897456588801d2059594ea5a35c3d351c4ec450f03f27779b6d7b3024bc662bd
Contents?: true
Size: 401 Bytes
Versions: 16
Compression:
Stored size: 401 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 homeURL1: URL { baseURL.appendingPathComponent("/") } static var homeURL2: URL { baseURL.appendingPathComponent("/") } }
Version data entries
16 entries across 16 versions & 1 rubygems