feat(dashboard): add redirects page
This commit is contained in:
parent
32ddb9fae2
commit
cb425fe3cd
7 changed files with 400 additions and 62 deletions
|
|
@ -26,7 +26,7 @@ using Remora.Rest.Core;
|
|||
namespace Catalogger.Backend.Api;
|
||||
|
||||
[Route("/api/guilds/{id}")]
|
||||
public class GuildsController(
|
||||
public partial class GuildsController(
|
||||
Config config,
|
||||
DatabaseContext db,
|
||||
ChannelCache channelCache,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue