Skip to content

Commit

Permalink
fix: tests, remove fallback route
Browse files Browse the repository at this point in the history
  • Loading branch information
eaguad1337 committed Jan 8, 2024
1 parent d4a1469 commit 8ee4527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Route.view("/test_view", "test_view", {"show": "111"}),
Route.get("/api/uploads/", "WelcomeController@test").middleware("throttle:api"),
Route.any("/any", "WelcomeController@any"),
Route.fallback("WelcomeController@fallback")
# Route.fallback("WelcomeController@fallback")
]

Broadcast.routes()
Expand Down

0 comments on commit 8ee4527

Please sign in to comment.