This website requires JavaScript.
Explore
Help
Sign In
aitzol
/
Plume
Watch
1
Star
0
Fork
0
You've already forked Plume
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
87ce3a7b51
Plume
/
plume-api
/
src
/
lib.rs
6 lines
70 B
Rust
Raw
Normal View
History
Unescape
Escape
Add canapi and try to use for the API
2018-09-19 16:49:34 +02:00
#[
macro_use
]
extern
crate
serde_derive
;
Add an API endpoint to register apps
2018-10-21 18:22:27 +02:00
pub
mod
apps
;
Add canapi and try to use for the API
2018-09-19 16:49:34 +02:00
pub
mod
posts
;
Reference in New Issue
Copy Permalink