fix: HTTPS server (#784) + custom git path (#783)

This commit is contained in:
Nick
2019-03-16 22:10:01 -04:00
parent c236cfdff9
commit 7bbf683902
5 changed files with 202 additions and 20 deletions

View File

@@ -5,6 +5,7 @@ const cookieParser = require('cookie-parser')
const cors = require('cors')
const express = require('express')
const favicon = require('serve-favicon')
const fs = require('fs-extra')
const http = require('http')
const https = require('https')
const path = require('path')