Cleaning, and build tools

This commit is contained in:
Thomas FORGIONE
2015-06-30 15:13:49 +02:00
parent 5259a8feea
commit 09b8dad62b
12 changed files with 831 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
var tools = require('../../my_modules/filterInt');
var tools = require('../../lib/filterInt');
var pg = require('pg');
var pgc = require('../../private');
var db = require('./dbrequests');

View File

@@ -1,4 +1,4 @@
var tools = require('../../my_modules/filterInt')
var tools = require('../../lib/filterInt')
module.exports.index = function(req, res, next) {