Skip to content

Commit

Permalink
refactors application routes
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarberini committed Dec 28, 2023
1 parent ff02270 commit 8247097
Show file tree
Hide file tree
Showing 6 changed files with 372 additions and 565 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,25 @@
│   │   ├── motor.py
│   │   └── rocket.py
│   │  
│   ├── models
│   │   ├── aerosurfaces.py
│   ├── routes
│   │   ├── environment.py
│   │   ├── flight.py
│   │   ├── motor.py
│   │   ├── parachute.py
│   │   └── rocket.py
│   │  
│   ├── repositories
│   │   ├── repo.py
│   │   ├── environment.py
│   │   ├── flight.py
│   │   ├── motor.py
│   │   ├── repo.py
│   │   └── rocket.py
│   │  
│   ├── models
│   │   ├── aerosurfaces.py
│   │   ├── environment.py
│   │   ├── flight.py
│   │   ├── motor.py
│   │   ├── parachute.py
│   │   └── rocket.py
│   │  
│   └── views
Expand Down
Loading

0 comments on commit 8247097

Please sign in to comment.