We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9e07f commit 216eb19Copy full SHA for 216eb19
js/botasaurus-server-js/src/api-config.ts
@@ -450,9 +450,9 @@ class ApiConfig {
450
451
452
/**
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')
+ * Adds an alias for a specific scraper's direct call route bypassing Task System.
+ * @param {Function} scraper - The scraper function to add an alias for.
+ * @param {string} alias - The alias path (e.g., '/hotels/search').
456
* @example
457
* ApiConfig.addScraperAlias(hotelsSearchScraper, '/hotels/search');
458
*/
0 commit comments