This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2024-08-30 18:12:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a049034110
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 13:12:52 +00:00
mod
auth_handler
;
mod
user_handler
;
add flowy-user crate & config user module
2021-06-29 08:52:29 +00:00
add workspace and app
2021-07-13 09:19:39 +00:00
pub
use
auth_handler
::
*
;
add update user test & add app and workspace test
2021-07-14 13:12:52 +00:00
pub
use
user_handler
::
*
;
Reference in New Issue
Copy Permalink