fix: add to watchlist

This commit is contained in:
Simon Ding
2024-07-12 14:36:32 +08:00
parent fc35850426
commit 55966b8115
5 changed files with 40 additions and 10 deletions

7
server/activity.go Normal file
View File

@@ -0,0 +1,7 @@
package server
import "github.com/gin-gonic/gin"
func (s *Server) GetRunningActivities(c *gin.Context) (interface{}, error) {
return nil, nil
}