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");