Move old logging lib v2 directory

This commit is contained in:
Blade Barringer
2015-11-12 08:07:32 -06:00
parent 3a1075a0e6
commit 858bf99930
10 changed files with 12 additions and 12 deletions

View File

@@ -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;