Commit 1f720c0
committed
fix: update Starlette route syntax for compatibility
Replace deprecated @app.route() decorator with app.add_route()
to support newer Starlette versions that removed the route decorator.1 parent bd5f5d7 commit 1f720c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | 167 | | |
169 | 168 | | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments