We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d04b790 + 4a7108e commit 4b765a8Copy full SHA for 4b765a8
apps/OpenSignServer/cloud/customRoute/v1/routes/draftDocument.js
@@ -1,5 +1,5 @@
1
import axios from 'axios';
2
-import { customAPIurl } from '../../../../Utils.js';
+import { customAPIurl, saveFileUsage } from '../../../../Utils.js';
3
4
// const randomId = () => Math.floor(1000 + Math.random() * 9000);
5
export default async function draftDocument(request, response) {
0 commit comments