rules endpoint

This commit is contained in:
Sirttas
2026-05-23 16:03:48 +02:00
parent 4fbced2c70
commit 153dff6bc7
5 changed files with 134 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ import {RouterLink} from 'vue-router';
const links = [
{name: "Ledger", path: "/ledgers"},
{name: "Rules", path: "/rules"},
{name: "Market", path: "/market"},
{name: "Reprocess", path: "/reprocess"},
{name: "Tools", path: "/tools"}