From 02ce3cdfeaab515e5b5703513e613586e320204b Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 14 Jul 2020 21:33:30 +0300 Subject: [PATCH] refactor(core): try to fix endpoints destination #436 --- src/flextype/{_Endpoints => Endpoints}/access.php | 0 src/flextype/{_Endpoints => Endpoints}/config.php | 0 src/flextype/{_Endpoints => Endpoints}/entries.php | 0 src/flextype/{_Endpoints => Endpoints}/files.php | 0 src/flextype/{_Endpoints => Endpoints}/folders.php | 0 src/flextype/{_Endpoints => Endpoints}/images.php | 0 src/flextype/{_Endpoints => Endpoints}/registry.php | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename src/flextype/{_Endpoints => Endpoints}/access.php (100%) rename src/flextype/{_Endpoints => Endpoints}/config.php (100%) rename src/flextype/{_Endpoints => Endpoints}/entries.php (100%) rename src/flextype/{_Endpoints => Endpoints}/files.php (100%) rename src/flextype/{_Endpoints => Endpoints}/folders.php (100%) rename src/flextype/{_Endpoints => Endpoints}/images.php (100%) rename src/flextype/{_Endpoints => Endpoints}/registry.php (100%) diff --git a/src/flextype/_Endpoints/access.php b/src/flextype/Endpoints/access.php similarity index 100% rename from src/flextype/_Endpoints/access.php rename to src/flextype/Endpoints/access.php diff --git a/src/flextype/_Endpoints/config.php b/src/flextype/Endpoints/config.php similarity index 100% rename from src/flextype/_Endpoints/config.php rename to src/flextype/Endpoints/config.php diff --git a/src/flextype/_Endpoints/entries.php b/src/flextype/Endpoints/entries.php similarity index 100% rename from src/flextype/_Endpoints/entries.php rename to src/flextype/Endpoints/entries.php diff --git a/src/flextype/_Endpoints/files.php b/src/flextype/Endpoints/files.php similarity index 100% rename from src/flextype/_Endpoints/files.php rename to src/flextype/Endpoints/files.php diff --git a/src/flextype/_Endpoints/folders.php b/src/flextype/Endpoints/folders.php similarity index 100% rename from src/flextype/_Endpoints/folders.php rename to src/flextype/Endpoints/folders.php diff --git a/src/flextype/_Endpoints/images.php b/src/flextype/Endpoints/images.php similarity index 100% rename from src/flextype/_Endpoints/images.php rename to src/flextype/Endpoints/images.php diff --git a/src/flextype/_Endpoints/registry.php b/src/flextype/Endpoints/registry.php similarity index 100% rename from src/flextype/_Endpoints/registry.php rename to src/flextype/Endpoints/registry.php