pub async fn get_home(
__arg0: State<AppState>,
req: RequestState,
user: AuthenticatedUser,
) -> ResponseExpand description
This is not the index page; it’s the home page after logging in.
pub async fn get_home(
__arg0: State<AppState>,
req: RequestState,
user: AuthenticatedUser,
) -> ResponseThis is not the index page; it’s the home page after logging in.