Files
hipmi/src/app/lib/router_hipmi/router_forum.ts
Bagasbanuna02 11b5e8f722 Perbaikan UI pada Forum
# style:
- Tampilan keseluruhan forum di ganti menguikuti UI
## No Issue
2024-07-01 14:26:26 +08:00

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/",
};