浏览代码

Update InstanceActor model

Daniel Supernault 4 年之前
父节点
当前提交
c91891b457
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Models/InstanceActor.php

+ 1 - 1
app/Models/InstanceActor.php

@@ -35,7 +35,7 @@ class InstanceActor extends Model
 				'publicKeyPem' => $this->public_key
 			],
 			'manuallyApprovesFollowers' => true,
-			'url' => route('help.instance-actor')
+			'url' => url('/site/kb/instance-actor')
 		];
 	}
 }