aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index dfb65a2..90cd238 100644
--- a/main.go
+++ b/main.go
@@ -118,7 +118,7 @@ func main() {
actorReported = (path == "/" + actor.Name + "/reported")
actorVerification = (path == "/" + actor.Name + "/verification")
- re := regexp.MustCompile("/" + actor.Name + "/[0-9]{1,2}")
+ re := regexp.MustCompile("/" + actor.Name + "/[0-9]{1,2}$")
actorMainPage = re.MatchString(path)