Skip to content

Commit 216eb19

Browse files
committed
fixes
1 parent bc9e07f commit 216eb19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/botasaurus-server-js/src/api-config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,9 @@ class ApiConfig {
450450

451451

452452
/**
453-
* Adds an alias for a specific scraper's route.
454-
* @param {Function} scraper - The scraper function to add an alias for
455-
* @param {string} alias - Alias path (e.g., '/hotels/search')
453+
* Adds an alias for a specific scraper's direct call route bypassing Task System.
454+
* @param {Function} scraper - The scraper function to add an alias for.
455+
* @param {string} alias - The alias path (e.g., '/hotels/search').
456456
* @example
457457
* ApiConfig.addScraperAlias(hotelsSearchScraper, '/hotels/search');
458458
*/

0 commit comments

Comments
 (0)