<?php
/**
 * App REST Service File
 *
 * @package App
 * @author R. Kock <rick.kock@ecssolutions.nl>
 * @copyright Copyright (c) 2024 ECS Solutions B.V.
 * @version 1.0
 */
use SAF\Components\UI\Rest;
// Require the app glue
require_once('../Glue.php');
// Service the rest service
Rest::serve();
?>