initial
This commit is contained in:
14
OrderScheduling/Strings/EnvironmentStrings.swift
Normal file
14
OrderScheduling/Strings/EnvironmentStrings.swift
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// EnvironmentStrings.swift
|
||||
// OrderScheduling
|
||||
//
|
||||
// Created by 中道 on 2023/8/8.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
#if DEBUG
|
||||
public let HOST = "https://api1.sino-assist.com"
|
||||
#else
|
||||
public let HOST = "https://api1.sino-assist.com"
|
||||
#endif
|
||||
Reference in New Issue
Block a user