Skip to content

Commit

Permalink
New Routes for UPS Tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Aquabet committed Dec 19, 2024
1 parent b88daab commit 2274ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/routes/ups/track.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import puppeteer from '@/utils/puppeteer';
export const route: Route = {
path: '/track/:trackingNumber',
categories: ['other'],
example: '/ups/track/1Z78R1234567890123',
parameters: { trackingNumber: 'The UPS tracking number (e.g., 1Z78R1234567890123).' },
example: '/ups/track/1Z78R6790470567520',
parameters: { trackingNumber: 'The UPS tracking number (e.g., 1Z78R6790470567520).' },
features: {
requireConfig: false,
requirePuppeteer: false,
Expand Down

0 comments on commit 2274ea3

Please sign in to comment.