From 8d87d57404c244827754e3f074a84f13b038278e Mon Sep 17 00:00:00 2001 From: Harsh Date: Sun, 24 May 2026 08:11:59 +0530 Subject: [PATCH 1/4] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 490a072..433531b 100644 --- a/README.md +++ b/README.md @@ -415,4 +415,4 @@ MIT License — see LICENSE file. > _System Online._ -# Made with ❤️ by [Harsh Pandey](https://instagram.com/201Harshs) +# Made with ❤️ by [Harsh Pandey](https://instagram.com/201Harshs) \ No newline at end of file From 7ab6487766c71b281285a258bf8f28ae4dea84db Mon Sep 17 00:00:00 2001 From: Harsh Date: Sun, 24 May 2026 08:12:09 +0530 Subject: [PATCH 2/4] update LICENSE and README.md --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index df102c4..3843421 100644 --- a/LICENSE +++ b/LICENSE @@ -208,4 +208,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. diff --git a/README.md b/README.md index 433531b..490a072 100644 --- a/README.md +++ b/README.md @@ -415,4 +415,4 @@ MIT License — see LICENSE file. > _System Online._ -# Made with ❤️ by [Harsh Pandey](https://instagram.com/201Harshs) \ No newline at end of file +# Made with ❤️ by [Harsh Pandey](https://instagram.com/201Harshs) From ed38444ac3b429dee49f90fbc6d6a74235f2320d Mon Sep 17 00:00:00 2001 From: Harsh Date: Sun, 24 May 2026 08:12:21 +0530 Subject: [PATCH 3/4] update dotenv.ts --- server/src/config/dotenv.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/src/config/dotenv.ts b/server/src/config/dotenv.ts index fc54926..7ff27f7 100644 --- a/server/src/config/dotenv.ts +++ b/server/src/config/dotenv.ts @@ -1,4 +1,2 @@ import dotenv from "dotenv"; dotenv.config(); - - From ee79702e10864d22ed1904f4aab1fd9e11ae5964 Mon Sep 17 00:00:00 2001 From: Harsh Date: Sun, 24 May 2026 08:12:35 +0530 Subject: [PATCH 4/4] update AxiosInstacne.ts --- client/config/AxiosInstacne.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/config/AxiosInstacne.ts b/client/config/AxiosInstacne.ts index eac8d9a..98232dd 100644 --- a/client/config/AxiosInstacne.ts +++ b/client/config/AxiosInstacne.ts @@ -5,5 +5,4 @@ const AxiosInstance = axios.create({ withCredentials: true, }); -export default AxiosInstance; - +export default AxiosInstance; \ No newline at end of file