handle https tatus

This commit is contained in:
m
2026-07-12 13:53:39 +02:00
parent 6b8c64bd40
commit 911592758a
5 changed files with 85 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ export const API_BASE_URL = process.env.EXPO_PUBLIC_API_BASE_URL || 'http://192.
export const ENDPOINTS = {
FILES: '/files',
FILE: '/file',
FILE: '/files',
UPLOAD: '/files/upload',
SEARCH: '/files/search',
OCR_JOBS: '/ocr/jobs',