Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

265
Views
¿Por qué obtengo un valor nulo en lugar de una respuesta de Fastapi?

¿Puedo saber dónde me estoy equivocando en fastapi?

 from fastapi import FastAPI, Response import json import uvicorn app = FastAPI() @app.get("/") async def root(): Response(content=json.dumps({"message": "hi"}), status_code=200, media_type='application/json') if __name__ == '__main__': uvicorn.run(app, host="0.0.0.0", port=8080)

Me estoy volviendo nulo como salida

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!