From 9c9963a7abba00bde064b73c363f62ee72c590e6 Mon Sep 17 00:00:00 2001 From: STAM Date: Fri, 26 Feb 2021 15:36:40 +0300 Subject: [PATCH] Rename appSettings.json to appsettings.json --- src/{appSettings.json => appsettings.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{appSettings.json => appsettings.json} (99%) diff --git a/src/appSettings.json b/src/appsettings.json similarity index 99% rename from src/appSettings.json rename to src/appsettings.json index 330d540..36acb2e 100644 --- a/src/appSettings.json +++ b/src/appsettings.json @@ -27,4 +27,4 @@ } ] } -} \ No newline at end of file +}