add reserve unreserve endpoints

This commit is contained in:
tylen
2025-11-02 14:55:49 +02:00
parent cf9b0d53c1
commit d1eeea0800
7 changed files with 228 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
import React, { useState } from 'react';
import { useState } from 'react';
import './App.css';
import Greeting from './components/Greeting';
import Hosting from './components/Hosting';