This commit is contained in:
FoxRefire 2024-04-13 05:12:23 +09:00
parent 37ed213646
commit 2aa50c9d86

View File

@ -12,7 +12,7 @@
<div id="home">
<form id="wvForm">
<label for="guessr">Guessr API</label>
<input type="text" id="guessr" value="http://127.0.0.1:18888" disabled/>
<input type="text" id="guessr" value="https://proposed-marketa-foxrefire.koyeb.app" disabled/>
<input type="radio" value="public" name="apiType" checked>Public
<input type="radio" value="local" name="apiType">Local
<input type="radio" value="custom" name="apiType">Custom