Explorar el Código

adjusted targets readjust api url for Xiaoyu for the moment

chenhaiyang hace 4 años
padre
commit
d1361aa448
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/main.py

+ 1 - 1
app/main.py

@@ -18,7 +18,7 @@ logger.add(Path(logger_settings.logs_dir, 'env_fastapi.log'), level='INFO', rota
 
 app = FastAPI()
 
-app.include_router(targets.router, prefix='/targets')
+app.include_router(targets.router, prefix='/target')
 
 
 @lru_cache()