remove old labeler & prompt REST endpoints

This commit is contained in:
Andreas Köpf
2022-12-16 15:23:49 +01:00
parent 05b677c16f
commit 869c8ebcba
13 changed files with 3 additions and 350 deletions
+1 -3
View File
@@ -1,10 +1,8 @@
# -*- coding: utf-8 -*-
from app.api.v1 import labelers, prompts, tasks, tasks2
from app.api.v1 import tasks, tasks2
from fastapi import APIRouter
api_router = APIRouter()
api_router.include_router(labelers.router, prefix="/labelers", tags=["labelers"])
api_router.include_router(prompts.router, prefix="/prompts", tags=["prompts"])
api_router.include_router(tasks.router, prefix="/tasks", tags=["tasks"])
api_router.include_router(tasks2.router, prefix="/task2", tags=["task2"]) # temporary