A11yWatch/a11ywatch-core

View on GitHub
src/core/controllers/websites/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export { WebsitesController } from "./websites";
export {
  getWebsitesPaginated,
  getWebsitesWithUsers,
  getWebsite,
  getWebsites,
} from "./find";
export { crawlAllAuthedWebsitesCluster } from "./watch-cluster";
export { addWebsite } from "./set";
export { removeWebsite } from "./remove";