This commit is contained in:
Daniel 2024-11-16 11:21:26 +08:00
parent e3d2894a23
commit f58ef2f683
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -37,6 +37,7 @@ func refreshBacklink(c *gin.Context) {
id := arg["id"].(string)
model.RefreshBacklink(id)
model.FlushTxQueue()
}
func getBackmentionDoc(c *gin.Context) {