This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2025-08-31 12:24:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
frontend
/
rust-lib
/
flowy-user
/
src
/
handlers
/
mod.rs
6 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
add update user test & add app and workspace test
2021-07-14 21:12:52 +08:00
mod
auth_handler
;
mod
user_handler
;
add flowy-user crate & config user module
2021-06-29 16:52:29 +08:00
add workspace and app
2021-07-13 17:19:39 +08:00
pub
use
auth_handler
::
*
;
add update user test & add app and workspace test
2021-07-14 21:12:52 +08:00
pub
use
user_handler
::
*
;
Reference in New Issue
Copy Permalink