Skip to content
Snippets Groups Projects
Verified Commit bbd1f800 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Setup call to get reservations.

parent 53665ebc
No related branches found
No related tags found
2 merge requests!60New component to search senior (see #12). Enhance responsiveness and solve #10 and #11,!57Replace context with api.
import axios from 'axios';
export const setReservation = async (reservation: any): Promise<void> =>
axios.options('/api/web/reservations', {}).then((res) => console.log(res));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment