Podpora vývoje na Windows

This commit is contained in:
2023-06-13 21:12:21 +02:00
parent 783340bf06
commit 1a53bacfce
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import axios from "axios";
// URL na Food API - získání jídelních lístků restaurací
const foodUrl = process.env.FOOD_API_URL || 'http://localhost:3002';
const foodUrl = process.env.FOOD_API_URL || 'http://127.0.0.1:3002';
export const fetchMenus = async () => {
try {