mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add asset API delete endpoint
This commit is contained in:
@@ -10,6 +10,5 @@ if($_SERVER['REQUEST_METHOD'] !== "POST"){
|
||||
// Client ID must be specific for INSERT/UPDATE/DELETE queries
|
||||
// If this API key allows any client, set $client_id to the one specified, else leave it
|
||||
if($client_id == 0){
|
||||
//
|
||||
$client_id = intval($_POST['client_id']);
|
||||
}
|
||||
Reference in New Issue
Block a user