Revert slug hotfix and change comment links to use relative urls

This commit is contained in:
Slendy 2023-10-30 15:53:51 -05:00
commit 48a4202ba1
No known key found for this signature in database
GPG key ID: 7288D68361B91428
3 changed files with 5 additions and 8 deletions

View file

@ -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;