endpoint added

This commit is contained in:
2024-01-26 12:45:53 +05:30
parent 856df04dec
commit 8f6493d9d8
3 changed files with 44 additions and 1 deletions
+4 -1
View File
@@ -4,11 +4,14 @@ import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import 'tachyons';
import { BrowserRouter } from 'react-router-dom';
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>
<App />
<BrowserRouter basename = '/facialrecognition'>
<App />
</BrowserRouter>
</React.StrictMode>
);