From 6eae147f04fc74f508b383cd3256f6e070101eeb Mon Sep 17 00:00:00 2001 From: John Watson Date: Wed, 24 Dec 2025 21:38:28 +0000 Subject: [PATCH] Add apiv --- static/lib/plugins.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/lib/plugins.json b/static/lib/plugins.json index f081beb..0895948 100644 --- a/static/lib/plugins.json +++ b/static/lib/plugins.json @@ -430,6 +430,12 @@ "link": "https://github.com/felixheck/akaya", "description": "Generate URIs fast based on named hapi routes their parameters" }, + { + "name": "apiv", + "github": "https://github.com/johnwatson484/apiv", + "link": "https://github.com/johnwatson484/apiv", + "description": "A Hapi.js plugin that automatically adds version prefixes to all your API routes, making it easy to version your API endpoints." + }, { "name": "bissle", "link": "https://github.com/felixheck/bissle",