Little fix of parameters for image selection
This commit is contained in:
@@ -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`);
|
||||
|
||||
Reference in New Issue
Block a user