29 lines
760 B
TypeScript
29 lines
760 B
TypeScript
export const RouterForum = {
|
|
splash: "/dev/forum/splash",
|
|
|
|
// main
|
|
beranda: "/dev/forum/main",
|
|
forumku: "/dev/forum/forumku/",
|
|
|
|
// create
|
|
create: "/dev/forum/create",
|
|
|
|
//edit
|
|
edit_posting: "/dev/forum/edit/posting/",
|
|
edit_komentar: "/dev/forum/edit/komentar/",
|
|
|
|
//detail
|
|
main_detail: "/dev/forum/detail/main-detail/",
|
|
detail_report_komentar: "/dev/forum/detail/report-komentar/",
|
|
detail_report_posting: "/dev/forum/detail/report-posting/",
|
|
|
|
// komentar
|
|
komentar: "/dev/forum/komentar/",
|
|
|
|
//report
|
|
report_posting: "/dev/forum/report/posting/",
|
|
report_komentar: "/dev/forum/report/komentar/",
|
|
report_posting_lainnya: "/dev/forum/report/posting-lainnya/",
|
|
report_komentar_lainnya: "/dev/forum/report/komentar-lainnya/",
|
|
};
|