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 0455687
Showing 1 changed file with 1 addition and 2 deletions.
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 0455687

Please sign in to comment.