Skip to content

Commit 661a01d

Browse files
committed
Removed redundant endpoint.
1 parent cf28d13 commit 661a01d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

backend/Discapp.API/Controllers/QueueController.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ public QueueController(ApplicationDbContext context, PathSettings pathSettings)
1818
_pathSettings = pathSettings;
1919
}
2020

21-
[HttpGet]
22-
public async Task<ActionResult<IEnumerable<Queue>>> GetMyEntities()
23-
{
24-
return await _context.Queue.ToListAsync();
25-
}
26-
2721
[HttpPost]
2822
public async Task<ActionResult<RecordReply>> PostMyEntity(int[] input)
2923
{

0 commit comments

Comments
 (0)