mirror of https://github.com/dapr/go-sdk.git
Merge 0c6cce8f4f
into a3df75f17b
This commit is contained in:
commit
6cfbb6a777
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue