From 486c1e16afe7673a681d6ff2d758fe6dc148daf9 Mon Sep 17 00:00:00 2001 From: MinjaeLee <2alswo7@khu.ac.kr> Date: Tue, 14 Dec 2021 19:32:43 +0900 Subject: [PATCH] =?UTF-8?q?[CHORE]=20#146=20-=20baseURL=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NADA-iOS-forRelease/Resouces/Constants/URL.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NADA-iOS-forRelease/Resouces/Constants/URL.swift b/NADA-iOS-forRelease/Resouces/Constants/URL.swift index 25b3a925..48fbd1f1 100644 --- a/NADA-iOS-forRelease/Resouces/Constants/URL.swift +++ b/NADA-iOS-forRelease/Resouces/Constants/URL.swift @@ -9,7 +9,7 @@ import Foundation extension Const { struct URL { - static let baseURL = "http://nada-server.o-r.kr" + static let baseURL = "https://nada-server.o-r.kr" static let policyURL = "https://nadaitzme.notion.site/NADA-8385054bc2e44762a62f590534b2a24d" static let serviceURL = "https://nadaitzme.notion.site/NADA-58544bc9f0a1493c94f223cab3a440d0" static let moyaURL = "https://github.com/Moya/Moya"