Skip to content

Commit e8f180c

Browse files
committed
pointing to railway proxy instead of local
1 parent 6606cc8 commit e8f180c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@
162162
<button class="model-option" type="button" data-model="cdp-in-the-middle">CDP in the Middle</button>
163163
</nav>
164164
<script>
165-
//window.AMPLISTACK_API_BASE_URL = 'https://amplistack-production.up.railway.app';
166-
window.AMPLISTACK_API_BASE_URL = 'http://localhost:3000';
165+
window.AMPLISTACK_API_BASE_URL = 'https://amplistack-production.up.railway.app';
166+
//window.AMPLISTACK_API_BASE_URL = 'http://localhost:3000';
167167

168168
</script>
169169
<div class="ai-dialog" id="ai-dialog" role="dialog" aria-modal="true" aria-labelledby="ai-dialog-title" hidden>

0 commit comments

Comments
 (0)