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

Setup api call to get reservations.

parent 4d5834ad
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!54Setup reservation for api compatibility.
import axios from 'axios';
export const getReservations = async (): Promise<any> =>
axios('/api/web/reservations/').then((res) => res.data);
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