Skip to content

Commit

Permalink
break routes into sub modules
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarberini committed Dec 3, 2023
1 parent 703566b commit a1f83ca
Show file tree
Hide file tree
Showing 6 changed files with 594 additions and 559 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
│   ├── api.py # main app
│ │── secrets.py
│   │  
│   ├── routes
│   │   ├── environment.py
│   │   ├── flight.py
│   │   ├── motor.py
│   │   └── rocket.py
│   │  
│   ├── controllers
│   │   ├── environment.py
│   │   ├── flight.py
Expand Down
Loading

0 comments on commit a1f83ca

Please sign in to comment.