add sveltekit template
This commit is contained in:
parent
401e268281
commit
14f8e77e6a
24 changed files with 2157 additions and 1 deletions
|
@ -28,5 +28,5 @@ public class DebugController(DatabaseContext db, AuthService authSvc, IClock clo
|
|||
|
||||
public record CreateUserRequest(string Username, string Password, string Email);
|
||||
|
||||
public record AuthResponse(Snowflake Id, string Username, string Token);
|
||||
private record AuthResponse(Snowflake Id, string Username, string Token);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue