# Forum
## feat - Tampilan forum - Tampilan forumku - Tampilan komentar - Tampilam posting - Tampilan Detail posting - Tampilan Edit postinf - Tampilan edit komentat - Tampilan report posting - Tampilan report komentar ### No issuee
This commit is contained in:
24
src/app/lib/router_hipmi/router_forum.ts
Normal file
24
src/app/lib/router_hipmi/router_forum.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
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/",
|
||||
|
||||
// komentra
|
||||
komentar: "/dev/forum/komentar/",
|
||||
|
||||
//report
|
||||
report_posting: "/dev/forum/report/posting/",
|
||||
report_komentar: "/dev/forum/report/komentar/",
|
||||
};
|
||||
Reference in New Issue
Block a user