summaryrefslogtreecommitdiff
path: root/src/Controllers/ServerImplementationController.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Controllers/ServerImplementationController.php')
-rw-r--r--src/Controllers/ServerImplementationController.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Controllers/ServerImplementationController.php b/src/Controllers/ServerImplementationController.php
index 4531ce5..b5d9d0f 100644
--- a/src/Controllers/ServerImplementationController.php
+++ b/src/Controllers/ServerImplementationController.php
@@ -16,4 +16,13 @@ class ServerImplementationController
],
]);
}
+
+ public function versions(): Response
+ {
+ return new JsonResponse([
+ "versions" => [
+ "v1.1",
+ ],
+ ]);
+ }
}