Unify API port to 3002 and add video playback to search page
- Change localhost:3003 to localhost:3002 in demo pages - Add video playback modal to page-api-demo-query.php - Enhance search results with clickable video chunks - Update search functions to support identity and universal search
This commit is contained in:
@@ -207,7 +207,7 @@ get_header();
|
||||
</style>
|
||||
|
||||
<script>
|
||||
const API_BASE = 'http://localhost:3003/api/v1';
|
||||
const API_BASE = 'http://localhost:3002/api/v1';
|
||||
|
||||
async function loadDashboard() {
|
||||
const uuid = document.getElementById('dashboard_uuid').value.trim();
|
||||
|
||||
Reference in New Issue
Block a user