replace "/delete" by "/"

This commit is contained in:
Cédric 2019-11-09 11:52:03 +01:00 committed by GitHub
parent e53ce81f23
commit 9cc1f1db75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -615,7 +615,7 @@ class Documents extends DolibarrApi
* @throws 404 * @throws 404
* @throws 200 * @throws 200
* *
* @url DELETE /delete * @url DELETE /
*/ */
public function delete($modulepart, $original_file = '') public function delete($modulepart, $original_file = '')
{ {