mirror of
https://github.com/JonasunderscoreJones/jonas_jones-api.git
synced 2025-10-23 00:59:18 +02:00
code cleanup
This commit is contained in:
parent
8e61e81f06
commit
e8d1b934d7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use std::collections::{HashMap, HashSet};
|
||||||
use serde_json::{Value, json};
|
use serde_json::{Value, json};
|
||||||
use warp::Filter;
|
use warp::Filter;
|
||||||
|
|
||||||
use crate::{error_responses::{BadRequestError, NotImplementedError}, v1::projects::{fetch_data, create_json_response, Project as EntryProject}};
|
use crate::{error_responses::BadRequestError, v1::projects::{fetch_data, create_json_response, Project as EntryProject}};
|
||||||
|
|
||||||
pub fn get_project_filter_routes() -> impl warp::Filter<Extract = impl warp::Reply, Error = warp::Rejection> + Clone {
|
pub fn get_project_filter_routes() -> impl warp::Filter<Extract = impl warp::Reply, Error = warp::Rejection> + Clone {
|
||||||
warp::path("filter")
|
warp::path("filter")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue