penambahan template selanjutnya
This commit is contained in:
@@ -31,10 +31,6 @@ func (s *Server) RegisterRoutes() http.Handler {
|
||||
staticFiles, _ := fs.Sub(web.Files, "assets")
|
||||
r.StaticFS("/assets", http.FS(staticFiles))
|
||||
|
||||
r.POST("/hello", func(c *gin.Context) {
|
||||
web.HelloWebHandler(c.Writer, c.Request)
|
||||
})
|
||||
|
||||
v1 := r.Group("/api")
|
||||
patient := v1.Group("/patient")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user