14 lines
249 B
Swift
Raw Normal View History

//
// String+Hosts.swift
// APIService
//
// Created by Javier Cicchelli on 04/12/2022.
// Copyright © 2022 Röck+Cöde. All rights reserved.
//
extension String {
enum Hosts {
static let `default` = "163.172.147.216:8080"
}
}