Skip to content

onAfterInit

The initialization function is triggered after the Axe API created routes.

ts
import { App } from "axe-api";

const onAfterInit = async (app: App) => {
  // Do anything with the App instance
};

export { onAfterInit };

Released under the MIT License.