pub async fn signup(
__arg0: State<Arc<RwLock<GoatChildState>>>,
__arg1: Form<SignupForm>
) -> Result<Response, ()>
Expand description
/auth/signup
pub async fn signup(
__arg0: State<Arc<RwLock<GoatChildState>>>,
__arg1: Form<SignupForm>
) -> Result<Response, ()>
/auth/signup