mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-09 03:35:14 -05:00
Trying to fix tex endpoint
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user