Work order_cart and related

This commit is contained in:
Scott Idem
2021-03-16 21:34:42 +00:00
parent bccb8370af
commit 4785781cac
4 changed files with 164 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ async def patch_site_domain_obj(
@router.get('/lookup_fqdn', response_model=Resp_Body_Base)
async def get_site_domain_obj(
async def lookup_site_domain_obj(
fqdn: str,
access_key: Optional[str] = None,
referrer: Optional[str] = None,