vlw.se/api/endpoints/about/languages/POST.php

13 lines
No EOL
241 B
PHP

<?php
use Reflect\Call;
use Reflect\Path;
use Reflect\Response;
class POST_AboutLanguages {
public function __construct() {}
public function main(): Response {
return new Response("We have a problem with Reflect again");
}
}