From b6a06f537e45aa67b33376458e666edd187af5f4 Mon Sep 17 00:00:00 2001 From: LeeDongGeon1996 Date: Sat, 8 Aug 2020 08:35:30 +0000 Subject: [PATCH] [Release] v1.0.0.0 --- bin/www | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/www b/bin/www index 699ed7f..5620cf3 100755 --- a/bin/www +++ b/bin/www @@ -1,3 +1,11 @@ +/** + * Matzip-exe Server + * Author: Dong-Geon Lee + * Version: 1.0.0.0 release + * Date: 20.08.08 + */ + + const http = require("http"); const app = require("../src/app"); const db = require("../src/config/dbConnection");