Trying to fix tex endpoint

This commit is contained in:
Vari
2024-02-13 23:09:25 +01:00
parent 62b6bb5a2b
commit 29c0e49fc9
3 changed files with 23 additions and 10 deletions

View File

@@ -9,6 +9,14 @@
class VersionController extends Controller
{
const ROUTE_HEALTHCHECK = 'healthcheck';
const ROUTE_TEX = 'tex';
const ROUTE_LATEST_CLIENT_DATA = 'latest-client-data';
const ROUTE_LATEST_CONTENT_VERSION = 'latest-content-version';
public function healthcheck()
{
return json_encode(['Health' => 'Alive']);