Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaJak committed Oct 25, 2023
1 parent 4e0417e commit 58358cd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/routes/v3/mod.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
pub mod follow;
pub mod organizations;
pub mod users;

pub use super::ApiError;
use crate::{auth::oauth, util::cors::default_cors};
use actix_web::{web, HttpResponse};
use serde_json::json;

pub mod follow;
pub mod oauth_clients;
pub mod organizations;
pub mod users;

pub fn config(cfg: &mut web::ServiceConfig) {
cfg.service(
Expand Down

0 comments on commit 58358cd

Please sign in to comment.