This commit is contained in:
Frédéric FRANCE 2019-09-11 18:21:59 +02:00
parent 638362f373
commit 9e18f5243a
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -1,3 +1,4 @@
/*jshint esversion: 6 */
// create a particular thirdparty by name
const createThirdparty = async (z, bundle) => {
const apiurl = bundle.authData.url + '/api/index.php/thirdparties';