Not Found

404

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/starlette/exceptions.py", line 71, in __call__
    await self.app(scope, receive, sender)
  File "/usr/local/lib/python3.6/site-packages/fastapi/middleware/asyncexitstack.py", line 21, in __call__
    raise e
  File "/usr/local/lib/python3.6/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in __call__
    await self.app(scope, receive, send)
  File "/usr/local/lib/python3.6/site-packages/starlette/routing.py", line 685, in __call__
    await self.default(scope, receive, send)
  File "/usr/local/lib/python3.6/site-packages/starlette/routing.py", line 579, in not_found
    raise HTTPException(status_code=404)
starlette.exceptions.HTTPException