working get count endpoint

This commit is contained in:
filipriec
2025-03-05 10:10:20 +01:00
parent c976d551fa
commit 59a2184592
7 changed files with 176 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
grpcurl -plaintext -d '{"profile_name": "default", "table_name": "2025_adresar"}' localhost:50051 multieko2.tables_data.TablesData/GetTableDataCount
{
"count": "1"
}