Browse Source

🎨 Auto format

pull/15890/head
github-actions[bot] 3 weeks ago
parent
commit
aff127038f
  1. 20
      docs/ko/docs/tutorial/bigger-applications.md

20
docs/ko/docs/tutorial/bigger-applications.md

@ -17,16 +17,16 @@ Flask를 사용해 보셨다면, 이는 Flask의 Blueprints에 해당하는 개
``` ```
. .
├── app ├── app
   ├── __init__.py ├── __init__.py
   ├── main.py ├── main.py
   ├── dependencies.py ├── dependencies.py
   └── routers └── routers
   │ ├── __init__.py │ ├── __init__.py
   │ ├── items.py │ ├── items.py
   │ └── users.py │ └── users.py
   └── internal └── internal
   ├── __init__.py ├── __init__.py
   └── admin.py └── admin.py
``` ```
/// tip | 팁 /// tip | 팁

Loading…
Cancel
Save