Working login modal pointed to the correct api endpoint

This commit is contained in:
Imbus 2023-10-21 07:54:47 +02:00
parent 508cf528af
commit c2103071bc
3 changed files with 174 additions and 27 deletions

View file

@ -9,7 +9,7 @@
<title>FrostByteSolid</title>
</head>
<body class="min-h-screen">
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>