mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Move old logging lib v2 directory
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// TODO cleanup all comments when finished API v3
|
||||
|
||||
import nconf from 'nconf';
|
||||
import logging from './libs/logging';
|
||||
import logging from './libs/api-v2/logging';
|
||||
import utils from './libs/utils';
|
||||
import express from 'express';
|
||||
import http from 'http';
|
||||
@@ -161,4 +161,4 @@ server.listen(app.get('port'), () => {
|
||||
return logging.info(`Express server listening on port ${app.get('port')}`);
|
||||
});
|
||||
|
||||
export default server;
|
||||
export default server;
|
||||
|
||||
Reference in New Issue
Block a user