adding route for sign up and such

This commit is contained in:
talksik
2022-03-17 21:42:03 -04:00
parent 444c116f1b
commit 4b2a7f7043
14 changed files with 120 additions and 68 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { ObjectId } from "mongodb";
export class GoogleUserInfo {
constructor(
public id: ObjectId,
public id: string,
public email: string,
public verifiedEmail: boolean,
public name: string,