Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 9b3e7bc

Browse files
Merge branch 'branch0.5.3' into master
2 parents 5effe15 + f045c27 commit 9b3e7bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/web/src/Send.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@
178178
<div class="bootstrap-select-wrapper">
179179
<label for="select">Endpoint</label>
180180
<select id="select" bind:value={action} title="Select an endpoint">
181-
<option value="util/send">Development (Local)</option>
182-
<option value="iosdk/send">Production</option>
181+
<option value="/util/send">Development (Local)</option>
182+
<option value="/iosdk/send">Production</option>
183183
</select>
184184
</div>
185185
</div>

0 commit comments

Comments
 (0)