import Foundation

enum AppConfig {
    static let baseURLString = "http://127.0.0.1:8080"
}
