test-project

This commit is contained in:
tusuii
2026-03-09 22:50:46 +05:30
parent 24dbab7cce
commit 86a1f0b15c
20 changed files with 1192 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import "./App.css";
import axios from "axios";
import React, { useState, useEffect } from "react";
const URL = "http://localhost:3000";
const URL = "/api";
function App() {
const [data, setData] = useState([]);
const [inputValue, setInputValue] = useState("");