diff --git a/src/main.rs b/src/main.rs index f8d8a2f..9c8120f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,3 @@ -// https://docs.gitlab.com/ee/api/projects.html -// https://docs.gitlab.com/ee/api/project_access_tokens.html - use axum::{extract::State, http::StatusCode, routing::get, Router}; use core::fmt::Write as _; // To be able to use the `Write` trait use core::{future::IntoFuture, time::Duration};