DONE: add portal setting endpoint for admin to update
This commit is contained in:
Vendored
+7
@@ -60,6 +60,7 @@ import ManageBelianKomoditi from "./components/demo/admin/admin/beliankomoditi.v
|
||||
import ManageKontrakMurabahah from "./components/demo/admin/admin/kontrakmurabahah.vue";
|
||||
import CetakPermohonan from "./components/demo/admin/admin/cetakpermohonan.vue";
|
||||
import ManagePenyata from "./components/demo/admin/admin/penyata-anggota.vue";
|
||||
import AdminPortalSettings from "./components/demo/admin/portal-settings/index.vue";
|
||||
|
||||
const default_component = {
|
||||
template: "<div>Not found: {{ $route.path }}</div>",
|
||||
@@ -184,6 +185,12 @@ export default [
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
path: "portal-settings",
|
||||
component: AdminPortalSettings,
|
||||
name: "Tetapan Portal",
|
||||
},
|
||||
|
||||
{
|
||||
path: "position",
|
||||
component: ManagePosition,
|
||||
|
||||
Reference in New Issue
Block a user