1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

Update app/controllers/api/console.php

This commit is contained in:
Eldad A. Fux 2023-08-30 09:43:11 +03:00 committed by GitHub
parent 8cddfab235
commit 75a9b2c1c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,6 @@ App::get('/v1/console/variables')
$response->dynamic($variables, Response::MODEL_CONSOLE_VARIABLES);
});
App::post('/v1/console/assistant')
->desc('Ask Query')
->groups(['api', 'assistant'])