Little fix of parameters for image selection

This commit is contained in:
2025-05-02 14:47:26 +02:00
parent b8ca34f736
commit 37c273a746
2 changed files with 9 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
import axios from "axios";
import FormData from 'form-data'
// const API_URL = "https://testowe.zikor.pl/api/v1";
const API_URL = "http://172.20.10.2:8080/api/v1";
const API_URL = "https://testowe.zikor.pl/api/v1";
// const API_URL = "http://172.20.10.2:8080/api/v1";
export async function listNotices() {
const response = await fetch(`${API_URL}/notices/get/all`);