refactor: update dependencies

This commit is contained in:
Rainer Killinger
2020-04-14 12:55:51 +02:00
committed by Rainer Killinger
parent 21710ee492
commit bbbe4d5f1f
13 changed files with 1861 additions and 1417 deletions

View File

@@ -14,8 +14,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import {Logger} from '@openstapps/logger';
import * as express from 'express';
import * as http from 'http';
import express from 'express';
import http from 'http';
import {configureApp} from './app';
const app = express();