mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 11:39:46 +08:00
fix: add to watchlist
This commit is contained in:
7
server/activity.go
Normal file
7
server/activity.go
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user