perbaikan decript
This commit is contained in:
@@ -75,7 +75,7 @@ func RegisterRoutes(cfg *config.Config) *gin.Engine {
|
||||
Validator: nil,
|
||||
})
|
||||
pesertaGroup := v1.Group("/peserta")
|
||||
pesertaGroup.GET("/peserta/:nokartu", pesertaHandler.GetPesertaBynokartu)
|
||||
pesertaGroup.GET("/peserta/:nokartu/tglSEP/:tglsep", pesertaHandler.GetPesertaBynokartu)
|
||||
pesertaGroup.GET("/peserta/nik/:nik", pesertaHandler.GetPesertaBynik)
|
||||
|
||||
// Sep routes
|
||||
|
||||
Reference in New Issue
Block a user