Skip to content

Commit bc980aa

Browse files
committed
test line to trigger webhook
1 parent 63f167d commit bc980aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

backend/app/api/routes/items.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
from app.api.deps import CurrentUser, SessionDep
88
from app.models import Item, ItemCreate, ItemPublic, ItemsPublic, ItemUpdate, Message
99

10+
# Test: Comment line to trigger webhook
11+
1012
router = APIRouter(prefix="/items", tags=["items"])
1113

1214

0 commit comments

Comments
 (0)