From bd13fc85e30778e0ce84ca3f066196c3e08a2e13 Mon Sep 17 00:00:00 2001 From: Ivan Ljubisavljevic Date: Thu, 5 May 2022 01:34:20 +0200 Subject: Dataset form - ucitavanje postojeceg --- backend/api/api/Controllers/FileController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend') diff --git a/backend/api/api/Controllers/FileController.cs b/backend/api/api/Controllers/FileController.cs index 99d98a78..1d995068 100644 --- a/backend/api/api/Controllers/FileController.cs +++ b/backend/api/api/Controllers/FileController.cs @@ -96,7 +96,7 @@ namespace api.Controllers [HttpGet("csvread/{fileId}/{skipRows}/{takeRows}")] [Authorize(Roles = "User,Guest")] - public ActionResult CsvRead(string fileId, int skipRows = 0, int takeRows = 10) + public ActionResult CsvRead(string fileId, int skipRows = 1, int takeRows = 11) { string uploaderId = getUserId(); -- cgit v1.2.3