mirror of
https://github.com/bellingcat/auto-archiver-extension.git
synced 2026-06-11 21:18:34 +03:00
0.0.4
This commit is contained in:
@@ -4,8 +4,8 @@ import optionsStorage from './options-storage.js';
|
||||
import { getReasonPhrase } from 'http-status-codes';
|
||||
|
||||
// TODO: stable ID https://developer.chrome.com/docs/extensions/mv3/tut_oauth/
|
||||
const API_ENDPOINT = 'http://localhost:8004/tasks'
|
||||
// const API_ENDPOINT = 'http://134.122.58.133:8004/tasks';
|
||||
// const API_ENDPOINT = 'http://localhost:8004/tasks'
|
||||
const API_ENDPOINT = 'http://134.122.58.133:8004/tasks';
|
||||
|
||||
const LOGIN_FAILED = `Could not login, make sure your google account email has been granted access by the developers.`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user