diff options
author | FChannel <> | 2021-06-04 12:29:16 -0700 |
---|---|---|
committer | FChannel <> | 2021-06-04 12:29:16 -0700 |
commit | d496ab89d560ea59f19669ea47ba9f991f7d8a94 (patch) | |
tree | 75e037fbe536833f0f83009876f33b34db3d8266 /main.go | |
parent | 41c63c0688475d5212ce2262b1be248bf438a9ad (diff) |
added activity sign and verify with pem keys
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2293,7 +2293,7 @@ func GetActorInstance(path string) (string, string) { if(len(match) > 2) { return match[2], match[3] } - } + } re = regexp.MustCompile(`(https?:\\)?(www)?([\w\d-_.:]+)\/([\w\d-_.]+)`) httpFormat := re.MatchString(path) |