From 4a15e9a2fa4f0f022c193e05f2e90f99ba98c337 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Mon, 23 Jun 2025 20:20:04 +0700 Subject: [PATCH] New format for CostaPy Bruno collection --- bruno/{authsquare/Auth => Authsquare}/Login.bru | 0 bruno/{authsquare/Auth => Authsquare}/Logout.bru | 0 bruno/{authsquare/Auth => Authsquare}/Notme.bru | 0 bruno/{authsquare/Auth => Authsquare}/Register.bru | 0 bruno/{authsquare/Auth => Authsquare}/Resend.bru | 0 bruno/{authsquare/Auth => Authsquare}/Session.bru | 0 bruno/{authsquare/Auth => Authsquare}/Verify.bru | 0 bruno/authsquare/bruno.json | 5 ----- 8 files changed, 5 deletions(-) rename bruno/{authsquare/Auth => Authsquare}/Login.bru (100%) rename bruno/{authsquare/Auth => Authsquare}/Logout.bru (100%) rename bruno/{authsquare/Auth => Authsquare}/Notme.bru (100%) rename bruno/{authsquare/Auth => Authsquare}/Register.bru (100%) rename bruno/{authsquare/Auth => Authsquare}/Resend.bru (100%) rename bruno/{authsquare/Auth => Authsquare}/Session.bru (100%) rename bruno/{authsquare/Auth => Authsquare}/Verify.bru (100%) delete mode 100644 bruno/authsquare/bruno.json diff --git a/bruno/authsquare/Auth/Login.bru b/bruno/Authsquare/Login.bru similarity index 100% rename from bruno/authsquare/Auth/Login.bru rename to bruno/Authsquare/Login.bru diff --git a/bruno/authsquare/Auth/Logout.bru b/bruno/Authsquare/Logout.bru similarity index 100% rename from bruno/authsquare/Auth/Logout.bru rename to bruno/Authsquare/Logout.bru diff --git a/bruno/authsquare/Auth/Notme.bru b/bruno/Authsquare/Notme.bru similarity index 100% rename from bruno/authsquare/Auth/Notme.bru rename to bruno/Authsquare/Notme.bru diff --git a/bruno/authsquare/Auth/Register.bru b/bruno/Authsquare/Register.bru similarity index 100% rename from bruno/authsquare/Auth/Register.bru rename to bruno/Authsquare/Register.bru diff --git a/bruno/authsquare/Auth/Resend.bru b/bruno/Authsquare/Resend.bru similarity index 100% rename from bruno/authsquare/Auth/Resend.bru rename to bruno/Authsquare/Resend.bru diff --git a/bruno/authsquare/Auth/Session.bru b/bruno/Authsquare/Session.bru similarity index 100% rename from bruno/authsquare/Auth/Session.bru rename to bruno/Authsquare/Session.bru diff --git a/bruno/authsquare/Auth/Verify.bru b/bruno/Authsquare/Verify.bru similarity index 100% rename from bruno/authsquare/Auth/Verify.bru rename to bruno/Authsquare/Verify.bru diff --git a/bruno/authsquare/bruno.json b/bruno/authsquare/bruno.json deleted file mode 100644 index 9924ca9..0000000 --- a/bruno/authsquare/bruno.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "version": "1", - "name": "authsquare", - "type": "collection" -} \ No newline at end of file