feat(mobile): only allow request from mobile client to copy session

This commit is contained in:
HFO4
2022-12-19 17:35:39 +08:00
parent e4c87483d6
commit bc0c374f00
3 changed files with 21 additions and 2 deletions

View File

@@ -395,5 +395,4 @@ func UserPerformCopySession(c *gin.Context) {
} else {
c.JSON(200, ErrorResponse(err))
}
}