diff --git a/src/cmd/__debug_bin1804599018.exe b/src/cmd/__debug_bin1804599018.exe deleted file mode 100644 index 139892ad0dbedf011387b7768ad81c15cd6bfffc..0000000000000000000000000000000000000000 Binary files a/src/cmd/__debug_bin1804599018.exe and /dev/null differ diff --git a/src/module/pendaftaran/transport/admin_handler.go b/src/module/pendaftaran/transport/admin_handler.go index 37069a6b2dc46d99c55c1e41191f6d79e487aa91..2ea37f30137c6fbb8ba1508b55f59b5337fd7595 100644 --- a/src/module/pendaftaran/transport/admin_handler.go +++ b/src/module/pendaftaran/transport/admin_handler.go @@ -40,7 +40,7 @@ func (t *AdminPendaftaranHandler) MountAdmin(group *echo.Group) { group.PUT("/update-interview", t.UpdateInterview) group.PUT("/update-status", t.UpdateStatus) group.GET("/statistics", t.GetStatistics) - group.GET("/dosen-pembimbing", t.GetListofDosbing) + group.GET("/dosen-bimbingan", t.GetListofDosbing) } // AddPendaftaran adds a new pendaftaran record.