fix: 修改错误的url地址

pull/14453/head
Aaron3S 2024-11-13 17:34:32 +08:00 committed by Bryan
parent 477ccda8ca
commit 98d7ecbf3e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<script>
$(document).ready(function () {
const apiUrl = "{% url 'api-auth:mfa-face-context' %}";
const faceCaptureUrl = "/faceliving/capture";
const faceCaptureUrl = "/facelive/capture";
let token;
function createFaceCaptureToken() {