We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6606cc8 commit e8f180cCopy full SHA for e8f180c
index.html
@@ -162,8 +162,8 @@
162
<button class="model-option" type="button" data-model="cdp-in-the-middle">CDP in the Middle</button>
163
</nav>
164
<script>
165
- //window.AMPLISTACK_API_BASE_URL = 'https://amplistack-production.up.railway.app';
166
- window.AMPLISTACK_API_BASE_URL = 'http://localhost:3000';
+ window.AMPLISTACK_API_BASE_URL = 'https://amplistack-production.up.railway.app';
+ //window.AMPLISTACK_API_BASE_URL = 'http://localhost:3000';
167
168
</script>
169
<div class="ai-dialog" id="ai-dialog" role="dialog" aria-modal="true" aria-labelledby="ai-dialog-title" hidden>
0 commit comments