From 8ae6e6f77d49962504f46d99753ac500eac0910f Mon Sep 17 00:00:00 2001 From: Gregory Cavelier Date: Tue, 27 Aug 2024 15:16:50 +0200 Subject: [PATCH] remove links to gitlab documentation --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) 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};