diff --git a/APPL/API2/api2_dispatch.inc b/APPL/API2/api2_dispatch.inc index a6cee3bbc4..62db1e1d53 100644 --- a/APPL/API2/api2_dispatch.inc +++ b/APPL/API2/api2_dispatch.inc @@ -37,11 +37,11 @@ var api2_mapper = { "visitorproperties" : { "filename": "appl/mgt/bez_kenmerk.asp" }, "appointments" : { "filename": "appl/api2/api_appointments.asp", "module": "BEZ" }, "visitors" : { "filename": "appl/api2/api_visitors.asp", "module": "BEZ" }, - "budget" : { "filename": "appl/mgt/bgt_budget.asp" }, - "budgetmutations" : { "filename": "appl/mgt/bgt_budgetmutatie.asp"}, - "budgetdisciplines" : { "filename": "appl/mgt/bgt_discipline.asp" }, - "budgetcostcategories" : { "filename": "appl/mgt/bgt_kostenrubriek.asp" }, - "budgetprojects" : { "filename": "appl/mgt/bgt_project.asp" }, + "budget" : { "filename": "appl/bgt/bgt_budget.asp" }, + "budgetmutations" : { "filename": "appl/bgt/bgt_budgetmutatie.asp"}, + "budgetdisciplines" : { "filename": "appl/bgt/bgt_discipline.asp" }, + "budgetcostcategories" : { "filename": "appl/bgt/bgt_kostenrubriek.asp" }, + "budgetprojects" : { "filename": "appl/bgt/bgt_project.asp" }, "graphiclabels" : { "filename": "appl/mgt/cad_label.asp" }, "graphiclegends" : { "filename": "appl/mgt/cad_legenda.asp" }, "graphiclegendvalues" : { "filename": "appl/mgt/cad_legendawaarde.asp" }, @@ -57,7 +57,7 @@ var api2_mapper = { "authorizationfunctions" : { "filename": "appl/mgt/fac_functie.asp" }, "authorizationgroups" : { "filename": "appl/mgt/fac_groep.asp" }, "authorizations" : { "filename": "appl/mgt/fac_groeprechten.asp", "nodoc": true }, - "identityproviders" : { "filename": "appl/mgt/fac_aut.asp" }, + "identityproviders" : { "filename": "appl/mgt/aut_idp.asp" }, "importfunctions" : { "filename": "appl/mgt/fac_import_app.asp" }, "notificationjobs" : { "filename": "appl/mgt/fac_notificatie_job.asp" }, "profiles" : { "filename": "appl/mgt/fac_profiel.asp" },