add get and post methods

This commit is contained in:
2025-06-07 11:37:48 +01:00
parent 56349ccc39
commit 8311cd4f6a
14 changed files with 4394 additions and 235 deletions

View File

@@ -2,6 +2,8 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';
import './index.css'; // ou 'styles.css'
ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>