This commit is contained in:
msramalho
2023-02-27 09:50:18 +01:00
parent ba5a86e63d
commit 574149db00
3 changed files with 12 additions and 8 deletions

View File

@@ -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.`;