chore: remove a testing function
This commit is contained in:
		| @@ -7,11 +7,6 @@ use diesel::{RunQueryDsl, SelectableHelper}; | ||||
| use dioxus::prelude::*; | ||||
| use validator::Validate; | ||||
|  | ||||
| #[server] | ||||
| pub(crate) async fn testing(input: i32) -> Result<i32, ServerFnError> { | ||||
|     Ok(input + 1) | ||||
| } | ||||
|  | ||||
| #[server] | ||||
| pub(crate) async fn create_project( | ||||
|     new_project: NewProject, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user