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

This commit is contained in:
JSC
2025-10-07 13:49:47 +02:00
parent f12913024b
commit b06655ff11
4 changed files with 9 additions and 9 deletions

View File

@@ -165,7 +165,7 @@
<li>Go to your account settings</li>
<li>Generate an API token</li>
<li>Copy the token and paste it below</li>
<li>Make sure your API base URL is correct (usually http://192-168-100-199.sslip.io)</li>
<li>Make sure your API base URL is correct (usually http://goyave)</li>
<li>Click "Test Connection" to verify everything works</li>
</ol>
</div>
@@ -179,8 +179,8 @@
<div class="form-group">
<label for="api-base-url">API Base URL</label>
<input type="url" id="api-base-url" placeholder="http://192-168-100-199.sslip.io">
<div class="help-text">The base URL of your SDB backend API (default: http://192-168-100-199.sslip.io)</div>
<input type="url" id="api-base-url" placeholder="http://goyave">
<div class="help-text">The base URL of your SDB backend API (default: http://goyave)</div>
</div>
<button type="submit" class="save-btn" id="save-btn">Save Settings</button>