UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

10 lines 331 B
export const pathItems = { post: { tags: ['main', 'auth', 'email'], description: 'Login using the Appsemble studio.', operationId: 'loginUserWithEmail', responses: { 200: { description: 'Logged in successfully.' } }, security: [{ basic: [] }], }, }; //# sourceMappingURL=login.js.map