From 0fdac979369b71cf43463c844157bfac8dd828f7 Mon Sep 17 00:00:00 2001 From: Demmdo Date: Sun, 26 Jul 2026 14:09:23 +0200 Subject: [PATCH] Changed the saving for API.config.json --- .gitignore | 1 - config/API.config.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 config/API.config.json diff --git a/.gitignore b/.gitignore index f0c8b9b..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -config/API.config.json diff --git a/config/API.config.json b/config/API.config.json new file mode 100644 index 0000000..d24eaef --- /dev/null +++ b/config/API.config.json @@ -0,0 +1,3 @@ +{ + "api_key": "" +}