Add a route to reshare posts

This commit is contained in:
Bat
2018-05-19 10:51:10 +01:00
parent 0ac3cb4c0f
commit 63eb1a7e98
5 changed files with 103 additions and 8 deletions
+1
View File
@@ -7,6 +7,7 @@ pub mod instance;
pub mod likes;
pub mod notifications;
pub mod posts;
pub mod reshares;
pub mod session;
pub mod user;
pub mod well_known;