mirror of
https://github.com/simon987/toolbox.git
synced 2025-04-04 08:12:58 +00:00
update redis hostname
This commit is contained in:
parent
46450cbfd3
commit
372adc4c30
@ -14,7 +14,7 @@ from fastapi.params import Form
|
|||||||
from starlette.responses import Response
|
from starlette.responses import Response
|
||||||
|
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
rdb = redis.Redis()
|
rdb = redis.Redis(host="redis")
|
||||||
|
|
||||||
|
|
||||||
@app.get("/")
|
@app.get("/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user