Update API base URL to 'http://goyave' in background, options, and popup scripts
All checks were successful
Create Release / build-and-release (push) Successful in 6s
All checks were successful
Create Release / build-and-release (push) Successful in 6s
This commit is contained in:
2
popup.js
2
popup.js
@@ -24,7 +24,7 @@ document.addEventListener('DOMContentLoaded', async () => {
|
||||
// Check API token configuration
|
||||
const result = await chrome.storage.sync.get(['apiToken', 'apiBaseUrl']);
|
||||
const apiToken = result.apiToken;
|
||||
const apiBaseUrl = result.apiBaseUrl || 'http://192-168-100-199.sslip.io';
|
||||
const apiBaseUrl = result.apiBaseUrl || 'http://goyave';
|
||||
|
||||
if (!apiToken) {
|
||||
warning.classList.remove('hidden');
|
||||
|
||||
Reference in New Issue
Block a user