From 440b60793665d3c908d9a989bbddb7fc040ea211 Mon Sep 17 00:00:00 2001 From: prasad-niveus <prasad.bhat@niveussolutions.com> Date: Mon, 1 Apr 2024 12:11:50 +0530 Subject: [PATCH] 2 APIs GET and POST --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40b878d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file -- GitLab