From 2737770ff72c400f50766ce7385b7892d2dc9d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 12 May 2022 03:38:09 +0400 Subject: [PATCH] Move new files to api --- src/{ => api}/awti/controllers/awti.js | 0 src/{ => api}/awti/routes/awti.js | 0 src/{ => api}/awti/services/awti.js | 0 src/{ => api}/komant/controllers/komant.js | 0 src/{ => api}/komant/routes/komant.js | 0 src/{ => api}/komant/services/komant.js | 0 src/{ => api}/tek/controllers/tek.js | 0 src/{ => api}/tek/routes/tek.js | 0 src/{ => api}/tek/services/tek.js | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename src/{ => api}/awti/controllers/awti.js (100%) rename src/{ => api}/awti/routes/awti.js (100%) rename src/{ => api}/awti/services/awti.js (100%) rename src/{ => api}/komant/controllers/komant.js (100%) rename src/{ => api}/komant/routes/komant.js (100%) rename src/{ => api}/komant/services/komant.js (100%) rename src/{ => api}/tek/controllers/tek.js (100%) rename src/{ => api}/tek/routes/tek.js (100%) rename src/{ => api}/tek/services/tek.js (100%) diff --git a/src/awti/controllers/awti.js b/src/api/awti/controllers/awti.js similarity index 100% rename from src/awti/controllers/awti.js rename to src/api/awti/controllers/awti.js diff --git a/src/awti/routes/awti.js b/src/api/awti/routes/awti.js similarity index 100% rename from src/awti/routes/awti.js rename to src/api/awti/routes/awti.js diff --git a/src/awti/services/awti.js b/src/api/awti/services/awti.js similarity index 100% rename from src/awti/services/awti.js rename to src/api/awti/services/awti.js diff --git a/src/komant/controllers/komant.js b/src/api/komant/controllers/komant.js similarity index 100% rename from src/komant/controllers/komant.js rename to src/api/komant/controllers/komant.js diff --git a/src/komant/routes/komant.js b/src/api/komant/routes/komant.js similarity index 100% rename from src/komant/routes/komant.js rename to src/api/komant/routes/komant.js diff --git a/src/komant/services/komant.js b/src/api/komant/services/komant.js similarity index 100% rename from src/komant/services/komant.js rename to src/api/komant/services/komant.js diff --git a/src/tek/controllers/tek.js b/src/api/tek/controllers/tek.js similarity index 100% rename from src/tek/controllers/tek.js rename to src/api/tek/controllers/tek.js diff --git a/src/tek/routes/tek.js b/src/api/tek/routes/tek.js similarity index 100% rename from src/tek/routes/tek.js rename to src/api/tek/routes/tek.js diff --git a/src/tek/services/tek.js b/src/api/tek/services/tek.js similarity index 100% rename from src/tek/services/tek.js rename to src/api/tek/services/tek.js