updated test confi

This commit is contained in:
javi 2015-01-30 11:56:22 +01:00
parent 824b7c084e
commit 81edbfb826

View File

@ -1,4 +1,5 @@
module.exports.base_url = '/api/:version'; module.exports.base_url = '/api/:version';
module.exports.user_url = '/u/:user';
// If useProfiler is true every response will be served with an // If useProfiler is true every response will be served with an
// X-SQLAPI-Profile header containing elapsed timing for various // X-SQLAPI-Profile header containing elapsed timing for various
// steps taken for producing the response. // steps taken for producing the response.