This repository has been archived on 2022-05-20. You can view files and clone it, but cannot push or open issues or pull requests.
Alley-HSBC-Frontend/src/api/axios.tsx
2022-03-25 02:44:47 +00:00

5 lines
136 B
TypeScript

import axios from "axios";
export default axios.create({
baseURL: "https://g17vmhsvwi.execute-api.us-west-2.amazonaws.com/Prod"
});