Pārlūkot izejas kodu

server boot error fix

master
Lorenzo Pollutri pirms 3 dienas
vecāks
revīzija
8ca83543aa
5 mainītis faili ar 0 papildinājumiem un 8 dzēšanām
  1. Binārs
      __pycache__/app.cpython-313.pyc
  2. +0
    -4
      app.py
  3. Binārs
      routes/__pycache__/reslevis.cpython-313.pyc
  4. +0
    -4
      routes/reslevis.py
  5. Binārs
      schemas/__pycache__/reslevis.cpython-313.pyc

Binārs
__pycache__/app.cpython-313.pyc Parādīt failu


+ 0
- 4
app.py Parādīt failu

@@ -153,11 +153,7 @@ async def stop_mqtt_monitor():
async def local_then_core(request: Request, call_next):
internal_core_proxy_paths = {
"/reslevis/updateAlarm",
<<<<<<< HEAD
"/reslevis/updateCoreSettings",
=======
"/reslevis/updateCoreSettings",
>>>>>>> Tracker_bug_fix_20260429
}
# only proxy CRUD for Reslevis (change prefix or methods if needed)
if (


Binārs
routes/__pycache__/reslevis.cpython-313.pyc Parādīt failu


+ 0
- 4
routes/reslevis.py Parādīt failu

@@ -49,11 +49,7 @@ from security import get_current_user
CORE_BASE_URL = config_env.CORE_API_URL.rstrip("/")
ALERTS_CORE_BASE_URL = "http://localhost:1902"
TRACKS_CORE_BASE_URL = "http://localhost:1902"
<<<<<<< HEAD
SETTINGS_CORE_BASE_URL = "http://localhost:1902"
=======
SETTINGS_CORE_BASE_URL = "http://127.0.0.1:1902"
>>>>>>> Tracker_bug_fix_20260429
CORE_TIMEOUT = 2.0 # secondi

async def sync_core_get(request: Request) -> None:


Binārs
schemas/__pycache__/reslevis.cpython-313.pyc Parādīt failu


Notiek ielāde…
Atcelt
Saglabāt