Skip to content

Commit

Permalink
[#37] fix: fix login signtup api url
Browse files Browse the repository at this point in the history
  • Loading branch information
hee-suh committed Mar 19, 2023
1 parent 106b4f0 commit 320ab01
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions bowwowcare/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/static/css/main.6a5ed664.css",
"main.js": "/static/js/main.c606f3e2.js",
"main.js": "/static/js/main.d70f2be1.js",
"static/media/Tenada.ttf": "/static/media/Tenada.0cfe8963fde304575974.ttf",
"static/media/aggression.png": "/static/media/aggression.67a930471b4b7a38c1d3.png",
"static/media/angry.png": "/static/media/angry.67a930471b4b7a38c1d3.png",
Expand All @@ -13,10 +13,10 @@
"static/media/kakaotalk.png": "/static/media/kakaotalk.ec339df712f88bd4ba51.png",
"index.html": "/index.html",
"main.6a5ed664.css.map": "/static/css/main.6a5ed664.css.map",
"main.c606f3e2.js.map": "/static/js/main.c606f3e2.js.map"
"main.d70f2be1.js.map": "/static/js/main.d70f2be1.js.map"
},
"entrypoints": [
"static/css/main.6a5ed664.css",
"static/js/main.c606f3e2.js"
"static/js/main.d70f2be1.js"
]
}
2 changes: 1 addition & 1 deletion bowwowcare/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="멍멍케어 - 반려견 감정분석 서비스"/><link rel="manifest" href="/manifest.json"/><title>멍멍케어</title><script defer="defer" src="/static/js/main.c606f3e2.js"></script><link href="/static/css/main.6a5ed664.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="멍멍케어 - 반려견 감정분석 서비스"/><link rel="manifest" href="/manifest.json"/><title>멍멍케어</title><script defer="defer" src="/static/js/main.d70f2be1.js"></script><link href="/static/css/main.6a5ed664.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
2 changes: 1 addition & 1 deletion bowwowcare/build/service-worker.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions bowwowcare/build/static/js/main.c606f3e2.js

This file was deleted.

1 change: 0 additions & 1 deletion bowwowcare/build/static/js/main.c606f3e2.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions bowwowcare/build/static/js/main.d70f2be1.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bowwowcare/build/static/js/main.d70f2be1.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions bowwowcare/src/services/auth.service.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import axios from "axios";

const API_URL = "http://localhost:8080/api/v1";
import { API_URL } from "../Config";

const signup = (data) => {
return axios({
Expand Down

0 comments on commit 320ab01

Please sign in to comment.