Update routes/hello.py
Browse files- routes/hello.py +1 -0
routes/hello.py
CHANGED
|
@@ -3,6 +3,7 @@ import stripe
|
|
| 3 |
import requests
|
| 4 |
import logging
|
| 5 |
from fastapi import APIRouter, HTTPException, Header
|
|
|
|
| 6 |
from pydantic import BaseModel
|
| 7 |
|
| 8 |
router = APIRouter()
|
|
|
|
| 3 |
import requests
|
| 4 |
import logging
|
| 5 |
from fastapi import APIRouter, HTTPException, Header
|
| 6 |
+
from fastapi import Query
|
| 7 |
from pydantic import BaseModel
|
| 8 |
|
| 9 |
router = APIRouter()
|