소스 검색

adjusted targets readjust api url for Xiaoyu for the moment

chenhaiyang 4 년 전
부모
커밋
d1361aa448
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()