Working finally getting this to interact with the actual front end.

This commit is contained in:
Scott Idem
2021-03-11 18:19:25 -05:00
parent 143e099e13
commit 46c562871f
8 changed files with 276 additions and 5 deletions

View File

@@ -5,7 +5,6 @@ from pydantic import BaseModel, EmailStr, Field
from typing import Dict, List, Optional, Set, Union
from ..lib_general import *
from ..log import *
from app.config import settings
from app.db_sql import *