Add: migration to new backend
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user