Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 368 (0.01 sec)

  1. docs/ko/docs/advanced/sub-applications.md

    ### 최상단 응용프로그램
    
    먼저, 메인, 최상단의 **FastAPI** 응용프로그램과 이것의 *경로 동작*을 생성합니다:
    
    {* ../../docs_src/sub_applications/tutorial001.py hl[3, 6:8] *}
    
    ### 하위 응용프로그램
    
    다음으로, 하위 응용프로그램과 이것의 *경로 동작*을 생성합니다:
    
    이 하위 응용프로그램은 또 다른 표준 FastAPI 응용프로그램입니다. 다만 이것은 “마운트”될 것입니다:
    
    {* ../../docs_src/sub_applications/tutorial001.py hl[11, 14:16] *}
    
    ### 하위 응용프로그램 마운트
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Thu Jun 12 07:32:09 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  2. docs/es/docs/advanced/sub-applications.md

    ### Aplicación de nivel superior
    
    Primero, crea la aplicación principal de nivel superior de **FastAPI**, y sus *path operations*:
    
    {* ../../docs_src/sub_applications/tutorial001.py hl[3, 6:8] *}
    
    ### Sub-aplicación
    
    Luego, crea tu sub-aplicación, y sus *path operations*.
    
    Esta sub-aplicación es solo otra aplicación estándar de FastAPI, pero es la que se "montará":
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 3K bytes
    - Viewed (0)
  3. docs/en/docs/advanced/sub-applications.md

    ### Top-level application { #top-level-application }
    
    First, create the main, top-level, **FastAPI** application, and its *path operations*:
    
    {* ../../docs_src/sub_applications/tutorial001.py hl[3, 6:8] *}
    
    ### Sub-application { #sub-application }
    
    Then, create your sub-application, and its *path operations*.
    
    This sub-application is just another standard FastAPI application, but this is the one that will be "mounted":
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 3K bytes
    - Viewed (0)
Back to top