From cc5494c4b5d70cb85e7d238613de3816dfd764c1 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Mon, 30 Sep 2024 12:25:55 -0700 Subject: [PATCH] swagger UI --- box.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/box.json b/box.json index caa4746..e5ec8d0 100644 --- a/box.json +++ b/box.json @@ -33,7 +33,8 @@ "cbvalidation":"^4", "cors":"^3", "mementifier":"^3", - "cbdebugger":"^4" + "cbdebugger":"^4", + "cbSwaggerUI":"^1.2.1" }, "installPaths":{ "coldbox":"coldbox/", @@ -44,14 +45,15 @@ "route-visualizer":"modules/route-visualizer/", "cors":"modules/cors/", "mementifier":"modules/mementifier/", - "cbdebugger":"modules/cbdebugger/" + "cbdebugger":"modules/cbdebugger/", + "cbSwaggerUI":"modules/cbSwaggerUI/" }, "testbox":{ "runner":"http://localhost:60146/tests/runner.cfm" }, "scripts":{ "start:adobe":"server start serverConfigFile=server-adobe.json --force", - "start:boxlang":"server start serverConfigFile=server-boxlang.json --force --debug", + "start:boxlang":"server start serverConfigFile=server-boxlang.json --force --debug", "lint":"cflint **.cf* --text --html --json --!exitOnError --suppress", "format":"cfformat run config,Application.cfc,modules_app/**/*.cfc,tests/specs/**/*.cfc --overwrite --verbose", "format:watch":"cfformat watch config,Application.cfc,modules_app/**/*.cfc,tests/specs/**/*.cfc ./.cfformat.json",