Skip to content

Commit

Permalink
[CHORE] - #145 토큰 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-jisoo11 committed Oct 18, 2022
1 parent 0a621db commit 0350ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fillin-iOS/Fillin-iOS/Resources/Constants/Header.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extension Const {
// "token": accessToken]
// static let loginHeader = ["Content-Type": "application/x-www-form-urlencoded"]
static var tokenHeader = ["Content-Type": "application/json",
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NDEsImVtYWlsIjoidGVzdEBnbWFpbC5jb20iLCJpYXQiOjE2NjE2ODI2NDYsImV4cCI6MTY2Mjg5MjI0NiwiaXNzIjoiZmlsbGluIn0.eMdMGx1snCx2RkbV-_aVP7or8wYyG0Gc4M5beH-Vthk"]
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NDQsImVtYWlsIjoidGVzdEBnbWFpbC5jb20iLCJpYXQiOjE2NjYwNjYzNjksImV4cCI6MTY2NzI3NTk2OSwiaXNzIjoiZmlsbGluIn0.wBMfCkpSqQj-K6jTOekNEWrWXVjvQHdohyMHT7lGh-4"]
static var multiTokenHeader = [
"Content-Type": "multipart/form-data",
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NDEsImVtYWlsIjoidGVzdEBnbWFpbC5jb20iLCJpYXQiOjE2NjE2ODI2NDYsImV4cCI6MTY2Mjg5MjI0NiwiaXNzIjoiZmlsbGluIn0.eMdMGx1snCx2RkbV-_aVP7or8wYyG0Gc4M5beH-Vthk"]
Expand Down

0 comments on commit 0350ca0

Please sign in to comment.