fixed estimate#sync

This commit is contained in:
2026-03-17 23:31:42 -04:00
parent f60e507029
commit 7d3908ec41
2 changed files with 1 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ get 'estimates/sync', to: 'estimate#sync'
post 'qbo/webhook', to: 'qbo#webhook'
# Estimate & Invoice PDF
get 'estimates/:id', to: 'estimate#show', as: :estimate
get 'estimates/sync', to: 'estimate#sync'
get 'estimates/doc/', to: 'estimate#doc', as: :estimate_doc
get 'invoices/:id', to: 'invoice#show', as: :invoice