Skip to content

Commit

Permalink
[feat] #242: HTTPMethodURL 인기 있는 재치 검색어 조회 URL 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-muuu committed May 22, 2023
1 parent 353fa24 commit 63030ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Zatch/Data/Foundation/HTTPMethodURL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Foundation
enum HTTPMethodURL {

static let zatchUrl = "/zatch"
static let searchUrl = "/search"
static let userUrl = "/users"
static let kakaoLocal = "/v2/local"

Expand All @@ -21,6 +22,9 @@ enum HTTPMethodURL {

//USER
static let logout = userUrl + "/logout"

//SEARCH
static let popularKeywords = zatchUrl + searchUrl + "/popularItem"
}

struct POST {
Expand Down

0 comments on commit 63030ac

Please sign in to comment.