You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(routes): use RESTful URL for text print-plain
Change /text/print-plain?text={id} to /text/{id}/print-plain
- Add new RESTful route with legacy fallback
- Update TextPrintController::printPlain to accept route param
- Update views and TypeScript to use new URL pattern
0 commit comments