Closed huytd closed 7 years ago
So, we have some models like Users, Auth, Sites, Links.
All of them are now living in models.rs, it's a good time to modularize them so each of them will have their own file.
models.rs
@huytd Ok to close this now? #27 is merged.
@phsym @qcam Thank you so much for the great work! Now closed :clap:
So, we have some models like Users, Auth, Sites, Links.
All of them are now living in
models.rs
, it's a good time to modularize them so each of them will have their own file.