mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 16:08:38 +00:00
Revert slug hotfix and change comment links to use relative urls
This commit is contained in:
parent
30133f592c
commit
48a4202ba1
3 changed files with 5 additions and 8 deletions
|
@ -18,7 +18,7 @@ using Microsoft.EntityFrameworkCore;
|
|||
namespace LBPUnion.ProjectLighthouse.Servers.Website.Controllers;
|
||||
|
||||
[ApiController]
|
||||
[Route("slot/{id:int}/{slug?}")]
|
||||
[Route("slot/{id:int}")]
|
||||
public class SlotPageController : ControllerBase
|
||||
{
|
||||
private readonly DatabaseContext database;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue