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

Commit

Permalink
fixed endpoint send
Browse files Browse the repository at this point in the history
  • Loading branch information
michele-sciabarra committed Dec 4, 2020
1 parent 9b7a34e commit f045c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/web/src/Send.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
<div class="bootstrap-select-wrapper">
<label for="select">Endpoint</label>
<select id="select" bind:value={action} title="Select an endpoint">
<option value="util/send">Development (Local)</option>
<option value="iosdk/send">Production</option>
<option value="/util/send">Development (Local)</option>
<option value="/iosdk/send">Production</option>
</select>
</div>
</div>
Expand Down

0 comments on commit f045c27

Please sign in to comment.