api partially wired up
This commit is contained in:
@@ -4,7 +4,7 @@ import { User } from '../../types'
|
||||
const userRecords: User[] = [
|
||||
{
|
||||
id: '42',
|
||||
username: 'TestUser42',
|
||||
name: 'TestUser42',
|
||||
email: 'testuser@email.com',
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user