mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 07:58:40 +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
|
@ -12,7 +12,7 @@ using Microsoft.EntityFrameworkCore;
|
|||
namespace LBPUnion.ProjectLighthouse.Servers.Website.Controllers;
|
||||
|
||||
[ApiController]
|
||||
[Route("user/{id:int}/{slug?}")]
|
||||
[Route("user/{id:int}")]
|
||||
public class UserPageController : ControllerBase
|
||||
{
|
||||
private readonly DatabaseContext database;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue