We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b85b56 + 3e60675 commit d6988e5Copy full SHA for d6988e5
1 file changed
backend/app/api/routes/items.py
@@ -7,9 +7,6 @@
7
from app.api.deps import CurrentUser, SessionDep
8
from app.models import Item, ItemCreate, ItemPublic, ItemsPublic, ItemUpdate, Message
9
10
-# Test: Comment line to trigger webhook
11
-# Add another comment line to trigger webhook
12
-
13
router = APIRouter(prefix="/items", tags=["items"])
14
15
0 commit comments