Feat v0.6.15 user display audit (#50)
All checks were successful
All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #50.
This commit is contained in:
@@ -474,8 +474,9 @@ func main() {
|
||||
protected.POST("/presence/heartbeat", presence.Heartbeat)
|
||||
protected.GET("/presence", presence.Query)
|
||||
|
||||
// User search
|
||||
// User search & resolve
|
||||
protected.GET("/users/search", presence.SearchUsers)
|
||||
protected.GET("/users/resolve", presence.ResolveUsers)
|
||||
|
||||
// Workflows
|
||||
wfH := handlers.NewWorkflowHandler(stores)
|
||||
|
||||
Reference in New Issue
Block a user