mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-23 13:05:53 +00:00
feat(routes): add new route for sieve filters and update API routes for GET and PUT methods
This commit is contained in:
@@ -234,6 +234,11 @@ const router = createRouter({
|
||||
path: "/tools/paper-message",
|
||||
component: defineAsyncComponent(() => import("./components/tools/PaperMessagePage.vue")),
|
||||
},
|
||||
{
|
||||
name: "sieve-filters",
|
||||
path: "/tools/sieve-filters",
|
||||
component: defineAsyncComponent(() => import("./components/tools/SieveFiltersPage.vue")),
|
||||
},
|
||||
{
|
||||
name: "rnode-flasher",
|
||||
path: "/tools/rnode-flasher",
|
||||
|
||||
@@ -408,6 +408,14 @@
|
||||
"method": "PATCH",
|
||||
"path": "/api/v1/lxmf/folders/{id}"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/api/v1/lxmf/sieve-filters"
|
||||
},
|
||||
{
|
||||
"method": "PUT",
|
||||
"path": "/api/v1/lxmf/sieve-filters"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/api/v1/lxmf/propagation-node/restart"
|
||||
|
||||
Reference in New Issue
Block a user