Skip to content

Commit da1c090

Browse files
Merge pull request #65 from REACT-DEVELOPER-IBROKHIM/feat/new-driver-certificate
fix:formatting
2 parents 8728863 + e27a455 commit da1c090

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

client/src/api/upload/index.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ export async function uploadSignature(id, type, file) {
77
console.log("file", file.get("file"));
88
const authResponse = await resolve(
99
fetch(
10-
"https://lionfish-app-3v9xf.ondigitalocean.app/api/upload/signature?id=" + id + "&type=" + type,
10+
"https://lionfish-app-3v9xf.ondigitalocean.app/api/upload/signature?id=" +
11+
id +
12+
"&type=" +
13+
type,
1114
{
1215
body: file,
1316
method: "POST",

0 commit comments

Comments
 (0)