From 100c9ff9be3b98ecd22fbb30fcfb0df720478b92 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Fri, 20 Feb 2026 12:17:51 -0600 Subject: [PATCH] moved brunoapi stuff inside the app --- brunoApi/bruno.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 brunoApi/bruno.json diff --git a/brunoApi/bruno.json b/brunoApi/bruno.json new file mode 100644 index 0000000..d9767fd --- /dev/null +++ b/brunoApi/bruno.json @@ -0,0 +1,9 @@ +{ + "version": "1", + "name": "lst_v3", + "type": "collection", + "ignore": [ + "node_modules", + ".git" + ] +} \ No newline at end of file