Skip to content

Commit a6996f1

Browse files
committed
add remaining routes
1 parent 1a5bdca commit a6996f1

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

project/app/api/summaries.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# project/app/api/summaries.py
2-
3-
41
from typing import List
52

63
from fastapi import APIRouter, BackgroundTasks, HTTPException, Path
@@ -15,6 +12,7 @@
1512
SummaryUpdatePayloadSchema,
1613
)
1714

15+
1816
router = APIRouter()
1917

2018

project/tests/test_summaries.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# project/tests/test_summaries.py
2-
3-
41
import json
52

63
import pytest

0 commit comments

Comments
 (0)