зеркало из https://github.com/Azure/sway.git
fixed format
This commit is contained in:
Родитель
59214162cc
Коммит
e535c668ef
|
@ -140,7 +140,7 @@ function Path (api, path, definition, definitionFullyResolved, pathToDefinition,
|
|||
* @param {bool} isCaseSensitive - specifies if to use case sensitive comparison or not
|
||||
* @returns {object} The pathToRegexp object
|
||||
*/
|
||||
function buildRegex (hostTemplate, basePathPrefix, path, isCaseSensitive) {
|
||||
function buildRegex (hostTemplate, basePathPrefix, path, isCaseSensitive) {
|
||||
hostTemplate = hostTemplate.replace('https://', '');
|
||||
hostTemplate = hostTemplate.replace('http://', '');
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче