From 7689c5d74bafaf3007802fb28d57299edbee3d37 Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Wed, 1 Jan 2020 21:42:07 +0100 Subject: [PATCH] change gitignore for customer api --- customerapi/web/.gitignore | 2 -- customerapi/web/index-test.php | 18 ++++++++++++++++++ customerapi/web/index.php | 21 +++++++++++++++++++++ 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 customerapi/web/index-test.php create mode 100644 customerapi/web/index.php diff --git a/customerapi/web/.gitignore b/customerapi/web/.gitignore index 25c74e6..e69de29 100644 --- a/customerapi/web/.gitignore +++ b/customerapi/web/.gitignore @@ -1,2 +0,0 @@ -/index.php -/index-test.php diff --git a/customerapi/web/index-test.php b/customerapi/web/index-test.php new file mode 100644 index 0000000..871f76b --- /dev/null +++ b/customerapi/web/index-test.php @@ -0,0 +1,18 @@ +run(); diff --git a/customerapi/web/index.php b/customerapi/web/index.php new file mode 100644 index 0000000..0d03d83 --- /dev/null +++ b/customerapi/web/index.php @@ -0,0 +1,21 @@ +run();