From 214cd4db690635ba2a30183c1679c3e4d7b8e896 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 22 Nov 2022 16:46:46 -0600 Subject: AƱadido modelo de ticket MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controllers/RafflesController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Controllers') diff --git a/Controllers/RafflesController.cs b/Controllers/RafflesController.cs index 775ef3b..32604bb 100644 --- a/Controllers/RafflesController.cs +++ b/Controllers/RafflesController.cs @@ -21,7 +21,7 @@ namespace BackendPIA.Controllers { } [HttpGet] - public async Task> Get([FromQuery] string name = "") { + public async Task> Index([FromQuery] string name = "") { return await _service.GetRaffles(name); } -- cgit v1.2.3