This commit is contained in:
raychen 2021-03-31 16:10:57 +08:00
Родитель 59214162cc
Коммит e535c668ef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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://', '');