api partially wired up

This commit is contained in:
Elijah Lucian
2021-04-14 18:41:50 -06:00
parent c66e815810
commit 51dc7ef3a2
6 changed files with 108 additions and 20184 deletions

View File

@@ -4,7 +4,7 @@ import { User } from '../../types'
const userRecords: User[] = [
{
id: '42',
username: 'TestUser42',
name: 'TestUser42',
email: 'testuser@email.com',
},
]