1
0
mirror of https://github.com/bitwarden/server synced 2026-01-10 04:23:31 +00:00

basedomain => domain

This commit is contained in:
Kyle Spearrin
2018-03-02 13:49:13 -05:00
parent 03e7cf806a
commit 7d6c2209b4

View File

@@ -2,7 +2,7 @@
{
public enum UriMatchType : byte
{
BaseDomain = 0,
Domain = 0,
FullHostname = 1,
StartsWith = 2,
Exact = 3,