starting to integrate old api

This commit is contained in:
talksik
2022-06-08 04:52:05 -05:00
parent 87be0e303f
commit 290387e2f9
30 changed files with 1288 additions and 2 deletions
@@ -0,0 +1,5 @@
export default class UserService {
static async loginOrCreate() {
// get the user
}
}