mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-05 19:38:39 +00:00
Use Lucky Dip for /slots/cool and /slots/lbp2cool
This commit is contained in:
parent
ccef80f0d9
commit
01aa5e0533
1 changed files with 2 additions and 1 deletions
|
@ -60,8 +60,9 @@ namespace LBPUnion.ProjectLighthouse.Controllers
|
|||
return this.Ok(slot.Serialize());
|
||||
}
|
||||
|
||||
[HttpGet("slots/lbp2cool")]
|
||||
[HttpGet("slots/cool")]
|
||||
public async Task<IActionResult> CoolSlots([FromQuery] int page) => await NewestSlots(30 * page, 30);
|
||||
public async Task<IActionResult> CoolSlots([FromQuery] int page) => await LuckyDipSlots(30 * page, 30, 69);
|
||||
|
||||
[HttpGet("slots")]
|
||||
public async Task<IActionResult> NewestSlots([FromQuery] int pageStart, [FromQuery] int pageSize)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue