prune: remove share view as obsolete with new at proto system
This commit is contained in:
@@ -24,12 +24,6 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: "PublicNoteView",
|
||||
component: () => import("@/views/PublicNoteView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/:user/:repo/share/:note",
|
||||
name: "ShareNotes",
|
||||
props: true,
|
||||
component: () => import("@/views/ShareNotes.vue"),
|
||||
},
|
||||
{
|
||||
path: "/:user/:repo/inbox",
|
||||
name: "FleetingNotes",
|
||||
|
||||
Reference in New Issue
Block a user