renaming api

This commit is contained in:
talksik
2022-06-08 04:49:07 -05:00
parent 1a79fb4c36
commit 87be0e303f
16 changed files with 114 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
export default class UserService {
static async loginOrCreate() {
// get the user
}
}