feat(backend): add create flag endpoint and job
This commit is contained in:
parent
ff2ba1fb1b
commit
14e6e35cb7
4 changed files with 87 additions and 5 deletions
|
@ -2,4 +2,6 @@ using Foxnouns.Backend.Database;
|
|||
|
||||
namespace Foxnouns.Backend.Jobs;
|
||||
|
||||
public record AvatarUpdatePayload(Snowflake Id, string? NewAvatar);
|
||||
public record AvatarUpdatePayload(Snowflake Id, string? NewAvatar);
|
||||
|
||||
public record CreateFlagPayload(Snowflake Id, Snowflake UserId, string Name, string ImageData, string? Description);
|
Loading…
Add table
Add a link
Reference in a new issue