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