From 5898e5ab4359945ef52dc7460bb2937a85603fc2 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Sun, 26 Jan 2025 12:25:13 +0100 Subject: authentication done --- src/api/artist.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/artist.rs') diff --git a/src/api/artist.rs b/src/api/artist.rs index e8e5009..d36ccf4 100644 --- a/src/api/artist.rs +++ b/src/api/artist.rs @@ -1,6 +1,6 @@ use crate::api::{get_response_from_query, Response}; -use crate::database::Delete; use crate::database::artist::{Artist, ArtistPost, ArtistPut}; +use crate::database::Delete; use crate::extractors::auth_token::AuthenticationToken; use crate::AppState; use actix_web::{delete, get, post, put, web, HttpResponse}; -- cgit v1.2.3