'use server' import { CallApi } from "@/helper/api/ApiConnector" export async function getRooms(){ return await CallApi("/rooms","GET") }