From dc2cc6bef2bf716ecf1801f29be8f99e3ee7ab96 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 19 Feb 2015 12:06:49 -0300 Subject: [PATCH] move config files --- config/config.js => config.js | 0 {config => http}/express.js | 0 {config => http}/headers.js | 0 {config => http}/routes.js | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename config/config.js => config.js (100%) rename {config => http}/express.js (100%) rename {config => http}/headers.js (100%) rename {config => http}/routes.js (100%) diff --git a/config/config.js b/config.js similarity index 100% rename from config/config.js rename to config.js diff --git a/config/express.js b/http/express.js similarity index 100% rename from config/express.js rename to http/express.js diff --git a/config/headers.js b/http/headers.js similarity index 100% rename from config/headers.js rename to http/headers.js diff --git a/config/routes.js b/http/routes.js similarity index 100% rename from config/routes.js rename to http/routes.js