Skip to content

Commit

Permalink
Change deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pozharliev committed Mar 31, 2024
1 parent 70f9726 commit a395a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/api/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Configuration } from "./configuration";
// @ts-ignore
import globalAxios, { AxiosRequestConfig, AxiosInstance } from 'axios';

export const BASE_PATH = "http://localhost:8000".replace(/\/+$/, "");
export const BASE_PATH = "https://catchupserver.azurewebsites.net".replace(/\/+$/, "");

/**
*
Expand Down

0 comments on commit a395a24

Please sign in to comment.