Skip to content

Commit

Permalink
Merge pull request #147 from mini-min/feature/#146
Browse files Browse the repository at this point in the history
[CHORE] #146 - baseURL 수정
  • Loading branch information
mini-min authored Dec 14, 2021
2 parents 093b624 + 486c1e1 commit f6ef484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NADA-iOS-forRelease/Resouces/Constants/URL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f6ef484

Please sign in to comment.