Add no trailing whitespace and force eol at end of file. (#3154)
This commit is contained in:
committed by
Florent Vilmart
parent
7292fa7f11
commit
11f7712651
@@ -33,7 +33,7 @@ function ParseServerRESTController(applicationId, router) {
|
||||
function handleRequest(method, path, data = {}, options = {}) {
|
||||
// Store the arguments, for later use if internal fails
|
||||
let args = arguments;
|
||||
|
||||
|
||||
let config = new Config(applicationId);
|
||||
let serverURL = URL.parse(config.serverURL);
|
||||
if (path.indexOf(serverURL.path) === 0) {
|
||||
|
||||
Reference in New Issue
Block a user