From de67b2758b7a52523224c648041a31557ff01a50 Mon Sep 17 00:00:00 2001 From: red binder Date: Mon, 8 Jun 2026 08:13:55 +0200 Subject: [PATCH] Revert "Update /src/json_api/oauth" This reverts commit 8ed51171ae9cfc4d632d71649dd88d6d30ba4b35. --- src/json_api/oauth/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/json_api/oauth/mod.rs b/src/json_api/oauth/mod.rs index 44e0b81..fdd4baa 100644 --- a/src/json_api/oauth/mod.rs +++ b/src/json_api/oauth/mod.rs @@ -1,3 +1,2 @@ pub mod generate_token; -pub mod authorize; -pub mod generate_token_v3; \ No newline at end of file +pub mod authorize; \ No newline at end of file