Skip to content

Commit

Permalink
dji: use proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Nov 17, 2024
1 parent c855319 commit 648d238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/parsers/djiParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class DjiParser {
const parser = new DJILog(new Uint8Array(data));
const keychains = await parser.fetchKeychains(
"f05e96fa44f3f36eb9962948bac0f77",
"//new.galvanicloop.com:5000/https://dev.dji.com/openapi/v1/flight-records/keychains"
"//proxy.galvanicloop.com/https://dev.dji.com/openapi/v1/flight-records/keychains"
);
const frames = parser.frames(keychains)
const startTime = new Date(frames[0].custom.dateTime).getTime()
Expand Down

0 comments on commit 648d238

Please sign in to comment.