From 987a52cf0fb12b361cd9bc0b6b987740677207cc Mon Sep 17 00:00:00 2001 From: William Cheng Date: Fri, 12 Jan 2024 10:28:07 +0800 Subject: [PATCH] move rust axum configs to bin/configs/manual --- bin/configs/{ => manual}/rust-axum-multipart-v3.yaml | 0 bin/configs/{ => manual}/rust-axum-openapi-v3.yaml | 0 bin/configs/{ => manual}/rust-axum-ops-v3.yaml | 0 ...rust-axum-petstore-with-fake-endpoints-models-for-testing.yaml | 0 bin/configs/{ => manual}/rust-axum-petstore.yaml | 0 bin/configs/{ => manual}/rust-axum-ping-bearer-auth-v3.yaml | 0 bin/configs/{ => manual}/rust-axum-test.yaml | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename bin/configs/{ => manual}/rust-axum-multipart-v3.yaml (100%) rename bin/configs/{ => manual}/rust-axum-openapi-v3.yaml (100%) rename bin/configs/{ => manual}/rust-axum-ops-v3.yaml (100%) rename bin/configs/{ => manual}/rust-axum-petstore-with-fake-endpoints-models-for-testing.yaml (100%) rename bin/configs/{ => manual}/rust-axum-petstore.yaml (100%) rename bin/configs/{ => manual}/rust-axum-ping-bearer-auth-v3.yaml (100%) rename bin/configs/{ => manual}/rust-axum-test.yaml (100%) diff --git a/bin/configs/rust-axum-multipart-v3.yaml b/bin/configs/manual/rust-axum-multipart-v3.yaml similarity index 100% rename from bin/configs/rust-axum-multipart-v3.yaml rename to bin/configs/manual/rust-axum-multipart-v3.yaml diff --git a/bin/configs/rust-axum-openapi-v3.yaml b/bin/configs/manual/rust-axum-openapi-v3.yaml similarity index 100% rename from bin/configs/rust-axum-openapi-v3.yaml rename to bin/configs/manual/rust-axum-openapi-v3.yaml diff --git a/bin/configs/rust-axum-ops-v3.yaml b/bin/configs/manual/rust-axum-ops-v3.yaml similarity index 100% rename from bin/configs/rust-axum-ops-v3.yaml rename to bin/configs/manual/rust-axum-ops-v3.yaml diff --git a/bin/configs/rust-axum-petstore-with-fake-endpoints-models-for-testing.yaml b/bin/configs/manual/rust-axum-petstore-with-fake-endpoints-models-for-testing.yaml similarity index 100% rename from bin/configs/rust-axum-petstore-with-fake-endpoints-models-for-testing.yaml rename to bin/configs/manual/rust-axum-petstore-with-fake-endpoints-models-for-testing.yaml diff --git a/bin/configs/rust-axum-petstore.yaml b/bin/configs/manual/rust-axum-petstore.yaml similarity index 100% rename from bin/configs/rust-axum-petstore.yaml rename to bin/configs/manual/rust-axum-petstore.yaml diff --git a/bin/configs/rust-axum-ping-bearer-auth-v3.yaml b/bin/configs/manual/rust-axum-ping-bearer-auth-v3.yaml similarity index 100% rename from bin/configs/rust-axum-ping-bearer-auth-v3.yaml rename to bin/configs/manual/rust-axum-ping-bearer-auth-v3.yaml diff --git a/bin/configs/rust-axum-test.yaml b/bin/configs/manual/rust-axum-test.yaml similarity index 100% rename from bin/configs/rust-axum-test.yaml rename to bin/configs/manual/rust-axum-test.yaml