1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00
appwrite/app/config/apis.php

17 lines
262 B
PHP
Raw Normal View History

2024-03-05 11:12:54 +13:00
<?php
return [
'rest' => [
'key' => 'rest',
'name' => 'REST',
],
'graphql' => [
'key' => 'graphql',
'name' => 'GraphQL',
],
'realtime' => [
'key' => 'realtime',
'name' => 'Realtime',
],
];