more flexibility for queries (strore in config file)
This commit is contained in:
@@ -37,7 +37,8 @@ console.log(`logAggregator Service Copyright (C) 2019 j.tretter@gmail.com
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.`);
|
||||
|
||||
logger.log("info","logAggregator Service v0.1 Starting")
|
||||
logger.log("info","logAggregator Service v0.1 Starting");
|
||||
|
||||
const server = micro(async (req, res) => {
|
||||
const js = await json(req);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user