Skip to content

Commit

Permalink
Merge pull request #21 from sieugene/master
Browse files Browse the repository at this point in the history
chore : update api url on vercel domain
  • Loading branch information
sieugene authored Sep 29, 2023
2 parents d08c459 + d5a6241 commit b3efcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/axios/axios.instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { GetServerSidePropsContext } from "next";
import { ParsedUrlQuery } from "querystring";
import { getToken } from "./axios.auth";

export const BASE_API_URL = "https://animeover-api.herokuapp.com";
export const BASE_API_URL = "https://animeover.vercel.app/";
export const axiosInstace = (
context?: GetServerSidePropsContext<ParsedUrlQuery>
) => {
Expand Down

0 comments on commit b3efcd5

Please sign in to comment.