Skip to content

Commit df28e3c

Browse files
committed
fix: update API Gateway URL placeholder in settings panel
1 parent 1f05b6d commit df28e3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ <h1><span class="icon">📦</span> Lambda Python Layer Builder</h1>
535535

536536
<div id="settingsPanel" class="settings-panel">
537537
<label for="apiUrl">API Gateway URL</label>
538-
<input type="url" id="apiUrl" placeholder="https://xxxxxxxx.execute-api.eu-central-1.amazonaws.com" />
538+
<input type="url" id="apiUrl" placeholder="https://9nij0o9osa.execute-api.eu-central-1.amazonaws.com" />
539539
<div class="hint">From Terraform output: <code>api_url</code>. Saved in browser storage.</div>
540540
</div>
541541

0 commit comments

Comments
 (0)