Skip to content

Commit

Permalink
chore :: 회원가입 페이지 코드 제거
Browse files Browse the repository at this point in the history
react-cookies 코드 제거
  • Loading branch information
six-standard committed Dec 11, 2023
1 parent 672a411 commit 417907d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apis/SignUp/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { instance } from "../axios";
import { Cookies } from "react-cookie";

export const postLogin = async (data) => {
return await instance.post("/auth", data)
Expand Down

0 comments on commit 417907d

Please sign in to comment.