remove new customer endpoint

This commit is contained in:
2025-02-01 06:33:43 -06:00
parent d58c69cb08
commit 6289faf1ba
2 changed files with 32 additions and 45 deletions

View File

@@ -28,7 +28,7 @@ const (
func (h *NkodeHandler) RegisterRoutes(r *gin.Engine) {
r.Group("/v1/nkode")
{
r.POST("/create-new-customer", h.CreateNewCustomerHandler)
// r.POST("/create-new-customer", h.CreateNewCustomerHandler)
r.POST("/signup", h.SignupHandler)
r.POST("/set-nkode", h.SetNKodeHandler)
r.POST("/confirm-nkode", h.ConfirmNKodeHandler)