Skip to content

Commit ab76582

Browse files
committed
Update default backend API URL in index.html for improved functionality
- Changed the default backend API URL from 'https://hexaflock-worker.mrarwyn.workers.dev' to 'https://www.hexaflock.com' in the input field and script. - This update ensures consistency in API usage across the application.
1 parent 9f60a1c commit ab76582

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static_site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<div class="card">
128128
<div class="panel-label">Stamp (Optional Backend)</div>
129129
<div class="row inputs">
130-
<input id="api" type="text" placeholder="Backend API URL (e.g., https://your-backend.example.com)" value="https://hexaflock-worker.mrarwyn.workers.dev" />
130+
<input id="api" type="text" placeholder="Backend API URL (e.g., https://your-backend.example.com)" value="https://www.hexaflock.com" />
131131
<button class="btn" onclick="saveApi()">Save</button>
132132
</div>
133133
<div class="row inputs">
@@ -161,7 +161,7 @@
161161

162162
<script>
163163
// Default backend API (workers.dev)
164-
const DEFAULT_API = 'https://hexaflock-worker.mrarwyn.workers.dev';
164+
const DEFAULT_API = 'https://www.hexaflock.com';
165165
// Palette and masks (inline, minimal dependencies)
166166
const PALETTE = [
167167
'#000000','#FFFFFF','#F0F0F0','#D3D3D3','#FF8C00','#FFA500','#FF4500','#DC143C','#FF0000','#32CD32','#00FF00','#6B4E3D','#808080'

0 commit comments

Comments
 (0)