Add: migration to new backend

This commit is contained in:
Jose
2026-02-24 03:39:49 +01:00
parent 589215b2bc
commit 4d0c4d3f26
13 changed files with 4686 additions and 222 deletions

View File

@@ -9,7 +9,7 @@ function App() {
<div className="fill d-flex flex-column">
<Routes>
<Route path="/" element={<Home />} />
<Route path="/:paste_key" element={<Home />} />
<Route path="/:pasteKey" element={<Home />} />
</Routes>
</div>
</>