Add missing comment

This commit is contained in:
Peter Chakalov
2025-01-22 18:41:36 +02:00
parent d1e3cc9759
commit 523854e41b

View File

@@ -365,6 +365,7 @@ func splitRoute(engine gotenberg.PdfEngine) api.Route {
}
}
// flattenRoute returns an [api.Route] which can flatten PDFs.
func flattenRoute(engine gotenberg.PdfEngine) api.Route {
return api.Route{
Method: http.MethodPost,