Skip to content

Commit

Permalink
[Release] v1.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeDongGeon1996 committed Aug 8, 2020
1 parent 310d5a1 commit b6a06f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/www
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* Matzip-exe Server
* Author: Dong-Geon Lee <[email protected]>
* 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");
Expand Down

0 comments on commit b6a06f5

Please sign in to comment.