mirror of
https://github.com/nullishamy/ferri.git
synced 2025-08-18 10:39:14 +00:00
chore: tidy up ID usage; fmt
This commit is contained in:
parent
244cb8b7e6
commit
2b62948447
27 changed files with 603 additions and 483 deletions
|
@ -1,13 +1,13 @@
|
|||
use rocket::http::{ContentType, MediaType};
|
||||
|
||||
pub mod user;
|
||||
pub mod oauth;
|
||||
pub mod user;
|
||||
|
||||
pub mod api;
|
||||
pub mod well_known;
|
||||
pub mod custom;
|
||||
pub mod inbox;
|
||||
pub mod well_known;
|
||||
|
||||
fn activity_type() -> ContentType {
|
||||
ContentType(MediaType::new("application", "activity+json"))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue