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 bc980aa + be50adc commit 4b85b56Copy full SHA for 4b85b56
1 file changed
backend/app/api/routes/items.py
@@ -8,6 +8,7 @@
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
0 commit comments