1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00
appwrite/app/config/apis.php
2024-03-04 23:12:54 +01:00

17 lines
262 B
PHP

<?php
return [
'rest' => [
'key' => 'rest',
'name' => 'REST',
],
'graphql' => [
'key' => 'graphql',
'name' => 'GraphQL',
],
'realtime' => [
'key' => 'realtime',
'name' => 'Realtime',
],
];