1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-27 08:40:10 +02:00

setup redirects

This commit is contained in:
Kushagra Gour
2024-02-28 17:49:57 +05:30
parent 8877651a0b
commit 9c3de5d235
3 changed files with 8 additions and 8 deletions

View File

@@ -13,8 +13,8 @@ export default function () {
return (
<Router>
<App path="/" />
<App path="/creation/:itemId" />
<App path="/app/creation/:itemId" />
<App path="/create/:itemId" />
<App path="/app/create/:itemId" />
<App default />
</Router>
);