mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-18 15:42:54 +00:00
refactor: update dependencies
This commit is contained in:
committed by
Rainer Killinger
parent
21710ee492
commit
bbbe4d5f1f
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user