Allow request method restriction on domain (#174)

* add limit_except generator to domain

* revert package-lock.json

* change from limit param to if statement in restrict methods

* add response code input

* fix scss
This commit is contained in:
Yasio
2020-10-15 18:52:41 +02:00
committed by GitHub
parent 5daf54ebde
commit d9d9a1a92a
7 changed files with 344 additions and 1 deletions

View File

@@ -128,6 +128,10 @@ THE SOFTWARE.
}
}
}
input.is-danger {
border-color: $danger;
}
}
}