Ignore:
Timestamp:
03/03/24 21:45:56 (15 months ago)
Author:
Aleksandar Panovski <apano77@…>
Branches:
main
Children:
b78c0c1
Parents:
a3d63eb
Message:

RetaurantServiceImpl problemi
isAvailable od tableEntity...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • my-react-app/src/App.js

    ra3d63eb r303f51d  
    3131                    <Route path="/reservationConfirmation/:tableNumber/:timeSlot/:restaurantId" element={<ReservationConfirmation />} />
    3232                    <Route path="/reservations/reservationEdit/:reservationId" element={<ReservationEdit />} />
    33                     <Route path={"/login"} exact render={() => <LoginForm login={this.login}/>}/>
     33                    <Route path="/login" element={<LoginForm/>}/>
    3434                    <Route path="/error" element={<ErrorPage/>}/>
    3535                </Routes>
Note: See TracChangeset for help on using the changeset viewer.