You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
API:
registrazione: POST /api/user
deregistrazione: DELETE /api/user
login: POST /api/authenticate
crea ingr.: POST /api/ingredient
elimina ingr.: DELETE /api/ingredient
lista ingr.: GET /api/ingredient
crea piatto: POST /api/dish
elimina piatto: DELETE /api/dish
lista piatti: GET /api/dish
crea menù: POST /api/menu
elimina menù: DELETE /api/menu
lista menù: GET /api/menu
crea categoria: POST /api/category
elimina categoria: DELETE /api/category
lista categoria: GET /api/category
pagina menù per utente finale: GET /api/menu/full
docs
finish testing #2
The text was updated successfully, but these errors were encountered: