1
0
Fork 0
mirror of synced 2024-10-01 17:58:02 +13:00

rolling back usage flow

This commit is contained in:
shimon 2023-08-21 13:50:45 +03:00
parent 722a7ce8c9
commit 1969ea9d16

View file

@ -3,7 +3,6 @@
use Appwrite\Extend\Exception;
use Appwrite\Utopia\Response;
use Utopia\App;
use Utopia\Config\Config;
use Utopia\Database\Database;
use Utopia\Database\Document;
use Utopia\Database\Exception\Duplicate as DuplicateException;
@ -15,6 +14,7 @@ use Utopia\Database\Validator\Authorization;
use Utopia\Database\Validator\UID;
use Utopia\Validator\Text;
use Utopia\Validator\WhiteList;
use Utopia\Database\DateTime;
App::get('/v1/project/usage')
->desc('Get usage stats for a project')