8 lines
481 B
Text
8 lines
481 B
Text
error: No routes defined in your route.rs's !
|
|
ensure that at least one `pub async fn` named after an HTTP verb is defined. (e.g. get, post, put, delete)
|
|
--> tests/failures/no_routes.rs:6:1
|
|
|
|
|
6 | #[folder_router("../../../../tests/failures/no_routes", AppState)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: this error originates in the attribute macro `folder_router` (in Nightly builds, run with -Z macro-backtrace for more info)
|