feat (vclaim/bpjs/jkn): add several endpoint
This commit is contained in:
No files matched your search
@@ -0,0 +1,12 @@
|
||||
package controlplan
|
||||
|
||||
import (
|
||||
pcp "simrs-vx/internal/use-case/bpjs-plugin/control-plan"
|
||||
)
|
||||
|
||||
func init() {
|
||||
readListPreMw = append(readListPreMw,
|
||||
readListMw{Name: "readList-control-plan", Func: pcp.ReadList},
|
||||
)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user