Skip to content

Commit eeb542a

Browse files
updated gitignore file
updated gitignore files & updated requests base_url
1 parent 67fda84 commit eeb542a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inventory-manager/src/services/Requests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import axios, {AxiosResponse} from "axios";
22
import {Product, ProductResponse} from "../types/Product";
33

4-
const BASE_URL = "http://localhost:8080";
4+
const BASE_URL = "http://localhost:9090";
55

66
export const getProducts = async (filters?: {
77
name?: string;

0 commit comments

Comments
 (0)