bug fix alur

This commit is contained in:
2026-07-27 12:26:42 +07:00
parent 7d1a3ec976
commit 26774f3e0f
5 changed files with 377 additions and 98 deletions

No files matched your search

+3 -1
View File
@@ -1,9 +1,10 @@
package server
import (
"net/http"
swaggerFiles "github.com/swaggo/files"
ginSwagger "github.com/swaggo/gin-swagger"
"net/http"
"github.com/gin-gonic/gin"
@@ -24,6 +25,7 @@ func (s *Server) RegisterRoutes() http.Handler {
mikrobiologi := v1.Group("/mikrobiologi")
{
mikrobiologi.POST("/sendmikro", mikrobiologiHandler.SendDataLISMikro)
mikrobiologi.POST("/previewmikro", mikrobiologiHandler.PreviewDataLISMikro)
mikrobiologi.POST("/ekstrakhasil", mikrobiologiHandler.EkstrakHasil)
}
return r