Hotfix
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
async function login() {
|
||||
axios
|
||||
.post(
|
||||
`http://${env.PUBLIC_JEOPARDY_SERVER}/auth/login`,
|
||||
`${env.PUBLIC_JEOPARDY_SERVER_PROTOCOL}://${env.PUBLIC_JEOPARDY_SERVER}/auth/login`,
|
||||
{
|
||||
username: username,
|
||||
password: password
|
||||
|
||||
Reference in New Issue
Block a user