You've already forked gobuch-trainingfellow
mirror of
https://github.com/SourceFellows/trainingfellow.git
synced 2025-08-06 22:32:15 +02:00
Erweiterungen an der Dokumentation
This commit is contained in:
@ -62,7 +62,7 @@ func NewRegistrationHandler(ser *registrierung.RegistrierungsService) gin.Handle
|
||||
func NewUnconfirmedListHandler(ser *registrierung.RegistrierungsService) gin.HandlerFunc {
|
||||
return func(c *gin.Context) {
|
||||
|
||||
registrations, err := ser.GetUnconfirmedRegistrierung()
|
||||
registrations, err := ser.GetUnconfirmedRegistrierungen()
|
||||
if err != nil {
|
||||
log.Errorf("Could not find unconfirmed registrations: %v", err)
|
||||
c.Writer.WriteHeader(http.StatusInternalServerError)
|
||||
|
Reference in New Issue
Block a user