This commit is contained in:
Sam 2025-03-13 16:31:16 +00:00 committed by GitHub
commit 6cfbb6a777
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ func (s *Server) registerBaseHandler() {
}
w.WriteHeader(http.StatusOK)
}
s.mux.Put("/actors/{actorType}/{actorId}/method/remind/{reminderName}", fReminder)
// register actor timer invoke handler