Ignore:
Timestamp:
05/02/25 15:06:42 (2 weeks ago)
Author:
Aleksandar Panovski <apano77@…>
Branches:
main
Children:
142c0f8
Parents:
2518b3a
Message:

Fixed bugs and fully developed menu now. Readonly added.

File:
1 edited

Legend:

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

    r2518b3a rc44c5ed  
    1212            try {
    1313                const response = await axios.get('http://localhost:8081/api/restaurants');
    14                 console.log("Fetched once", response.data);
    1514                setRestaurants(response.data);
    1615            } catch (error) {
Note: See TracChangeset for help on using the changeset viewer.