Skip to content

Commit

Permalink
Cambio App
Browse files Browse the repository at this point in the history
No funcionaron los cambios anteriores
  • Loading branch information
UO277382 committed Mar 8, 2024
1 parent 2a459ae commit 5bef49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function App() {
<Navbar />
<main className="main-content">
<Routes>
<Route path={process.env.RUTA_INICIO || '/' || '*'} element={<Primera />} />
<Route path={process.env.RUTA_INICIO || '/'} element={<Primera />} />
<Route path={process.env.RUTA_LOGIN || '/login'} element={<Inicio />} />
<Route path={process.env.RUTA_HOME || '/home'} element={<Home />} />
</Routes>
Expand Down

0 comments on commit 5bef49f

Please sign in to comment.