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

This commit is contained in:
Scott Idem
2021-03-13 02:17:24 -05:00
parent 46c562871f
commit 4ba34d594d
10 changed files with 353 additions and 63 deletions

View File

@@ -10,8 +10,8 @@ from app.db_sql import *
from .api_crud import delete_obj_template, get_obj_template, get_obj_li_template, patch_obj_template, post_obj_template
from ..models.contact_model import Contact_Base
from ..models.response_model import *
from ..models.contact_model import Contact_Base
router = APIRouter()