This commit is contained in:
2024-07-13 22:07:09 +03:00
parent 0c3ec631f6
commit 56e6ba7b77
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ type Assignment = {
events: string[];
};
const backend = axios.create({ baseURL: "http://localhost:8080" });
const backend = axios.create({ baseURL: "http://localhost:1307" });
const RelayForm: React.FC = () => {
const [forms, setForms] = useState<{ [key: string]: React.ReactNode }>({});