routes.py 829 Bytes
routes = [
    # "kode", "path" ,"nama" ,"status", "type",app_id
    ("api-h2h-pemda-pbb", "/api/h2h/pemda/pbb", "API H2H PBB", 1, 1, 20),
    ("api-pbb", "/api/pbb", "API PBB", 1, 1, 20),
    ("pbb-api", "/pbb/api", "API PBB", 1, 1, 20),
    ("pbb-ws", "/pbb/ws", "PBB WS", 1, 1, 20),
    ("ws_pbb", "/pbb/ws/api", "API PBB WS", 1, 1, 20),
    ("rpc-pbb", "/rpc/pbb", "RPC PBB", 1, 1, 20),
    ("api-kpk-pbb", "/api/kpk/pbb", "API KPK PBB", 1, 1, 20),
    ("api-report-pbb", "/api/report/pbb", "API REPORT PBB", 1, 1, 20),
    ("api-eta-pbb", "/api/eta/pbb", "API ETA PBB", 1, 1, 20),
    ("rpc-pbb-payment", "/rpc/pbb/payment", "RPC Payment", 1, 1, 20),
    ("nop-add", "/nop/add", "NOP Finder", 1, 0, 20),
    ("nop-list", "/nop/list", "NOP List", 1, 0, 20),
    ("nop-list-act", "/nop/list/{act}/act", "NOP ACT", 1, 0, 20),
]