We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fda84 commit eeb542aCopy full SHA for eeb542a
inventory-manager/src/services/Requests.ts
@@ -1,7 +1,7 @@
1
import axios, {AxiosResponse} from "axios";
2
import {Product, ProductResponse} from "../types/Product";
3
4
-const BASE_URL = "http://localhost:8080";
+const BASE_URL = "http://localhost:9090";
5
6
export const getProducts = async (filters?: {
7
name?: string;
0 commit comments