Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit 554c5dc

Browse files
committed
docs: add comment
1 parent 5c420e0 commit 554c5dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/lib/api_app/src/api/routes

src/lib/api_app/src/api/routes/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub async fn get_router_response(
9797
"write_basic_information" => testbed::productizers::person::basic_information::write_basic_information(parsed_request).await,
9898
"get_job_applicant_profile" => testbed::productizers::person::job_applicant_profile::get_job_applicant_profile(parsed_request).await,
9999
"write_job_applicant_profile" => testbed::productizers::person::job_applicant_profile::write_job_applicant_profile(parsed_request).await,
100-
_ => application::not_found(parsed_request).await,
100+
_ => application::not_found(parsed_request).await, // Catch all 404
101101
}
102102
}
103103
}

0 commit comments

Comments
 (0)