Skip to content

Commit

Permalink
#40 Fix : Constant에 token 저장
Browse files Browse the repository at this point in the history
  • Loading branch information
doyeonk429 committed Aug 12, 2024
1 parent d61670f commit 45e6dc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Drink-EG/Drink-EG/Resources/Constant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ struct Constants {
static let appname = "Drink-EG"

struct Auth {
static var accessToken = ""
static var refreshToken = ""
static var Tokens : [String : String] = [:]
}

struct API {
Expand Down

0 comments on commit 45e6dc6

Please sign in to comment.