File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,22 @@ import passwordRoutes from './textUtilities/password.js';
72
72
*/
73
73
router . use ( '/password' , passwordRoutes ) ;
74
74
75
+ import quoteRoutes from './textUtilities/quote.js' ;
76
+
77
+ /**
78
+ * @api {use } v4/quote Use Quote Routes
79
+ * @apiDescription Mount the quote-related routes for handling text utilities.
80
+ * @apiName UseQuoteRoutes
81
+ * @apiGroup Routes
82
+ *
83
+ * @apiSuccess {Object} routes Quote-related routes mounted on the parent router.
84
+ *
85
+ * @function createQuoteRoutes
86
+ * @description Creates and returns a set of routes for handling text utilities related to quotes.
87
+ * @returns {Object } Quote-related routes.
88
+ */
89
+ router . use ( '/quote' , quoteRoutes ) ;
90
+
75
91
import uvuifyRoutes from './textUtilities/uvuify.js' ;
76
92
77
93
/**
You can’t perform that action at this time.
0 commit comments