Commit 0b4ef6e8 authored by Chunchi Che's avatar Chunchi Che

fix router

parent 55017c7e
Pipeline #17373 failed with stages
in 1 minute and 8 seconds
......@@ -10,8 +10,8 @@ function App() {
<Routes>
<Route path="/" element={<JoinRoom />} />
<Route path="/:player/:passWd/:ip" element={<WaitRoom />} />
<Route path="/three.js" element={<ThreeJs />} />
<Route path="/babylon.js" element={<BabylonJs />} />
<Route path="/three" element={<ThreeJs />} />
<Route path="/babylon" element={<BabylonJs />} />
</Routes>
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment