Skip to content

Commit 06d8e3c

Browse files
committed
fix scanner api url
1 parent 9a2df03 commit 06d8e3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scanner-api.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const { setTimeout } = require('timers/promises');
44
const got = require('got');
55
const FormData = require('form-data');
66

7-
//const API_URL = 'https://manager.tarkov.dev/api/scanner';
8-
const API_URL = 'http://localhost:4000/api/scanner';
7+
const API_URL = 'https://manager.tarkov.dev/api/scanner';
8+
//const API_URL = 'http://localhost:4000/api/scanner';
99

1010
const sleep = async (ms) => {
1111
return setTimeout(ms, true).catch(err => {

0 commit comments

Comments
 (0)