Skip to content

Commit

Permalink
Merge branch 'master' into 11-add-endpoints-for-managing-pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
Frixxie committed Oct 17, 2024
2 parents 5978526 + 30328c6 commit 34ec84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::{
error::HandlerError,
file::FileInfo,
item::{Item, NewItem},
location::{Location, NewLocation},
location::{Location, NewLocation}
};

pub async fn profile_endpoint(request: Request, next: Next) -> Response {
Expand Down

0 comments on commit 34ec84f

Please sign in to comment.