docs: add missing OpenAPI annotations for signup/verify, billing/success, billing/webhook
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 16m15s
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 16m15s
This commit is contained in:
parent
427ec8e894
commit
8b31d11e74
15 changed files with 2167 additions and 128 deletions
4
dist/routes/templates.js
vendored
4
dist/routes/templates.js
vendored
|
|
@ -2,9 +2,7 @@ import { Router } from "express";
|
|||
import { renderPdf } from "../services/browser.js";
|
||||
import logger from "../services/logger.js";
|
||||
import { templates, renderTemplate } from "../services/templates.js";
|
||||
function sanitizeFilename(name) {
|
||||
return name.replace(/["\r\n\x00-\x1f]/g, "_").substring(0, 200);
|
||||
}
|
||||
import { sanitizeFilename } from "../utils/sanitize.js";
|
||||
export const templatesRouter = Router();
|
||||
/**
|
||||
* @openapi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue