-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: tagfilter css 수정, react-query staleTime cacheTime 설정 (#92)
* Fix: tagfilter css 수정, react-query staleTime cacheTime 설정 * Fix: 처음 들어갈때 깜빡거리는 것 처럼 안 보이게 수정
- Loading branch information
Showing
4 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { HTTP_URL } from '.'; | ||
|
||
export const login = async (code: string) => { | ||
const res = await fetch(`${HTTP_URL}/kakao/login?code=${code}`); | ||
const res = await fetch(`${HTTP_URL}/kakao/login/local?code=${code}`); | ||
const data = await res.json(); | ||
return data; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,5 @@ | |
.container { | ||
display: flex; | ||
flex-direction: column; | ||
margin-bottom: 70px; | ||
padding: 8px 16px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters