Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for robots (0.15 sec)

  1. docs/tr/docs/tutorial/first-steps.md

    ## Özet
    
    * `FastAPI`'yı projemize dahil ettik.
    * Bir `app` örneği oluşturduk.
    * Bir **yol operasyonu dekoratörü** (`@app.get("/")` gibi) yazdık.
    * Bir **yol operasyonu fonksiyonu** (`def root(): ...` gibi) yazdık.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Feb 08 13:10:55 GMT 2024
    - 10.6K bytes
    - Viewed (0)
  2. docs/es/docs/tutorial/first-steps.md

    ## Repaso
    
    * Importa `FastAPI`.
    * Crea un instance de `app`.
    * Escribe un **decorador de operación de path** (como `@app.get("/")`).
    * Escribe una **función de la operación de path** (como `def root(): ...` arriba).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 9.9K bytes
    - Viewed (0)
Back to top