1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-17 11:08:16 -05:00

FullHostname => Host

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

View File

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