mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 04:02:54 -06:00
wip
This commit is contained in:
parent
e151eb85f0
commit
03f3020e9f
@ -34,6 +34,7 @@ module.exports = {
|
|||||||
'import/first': 'error',
|
'import/first': 'error',
|
||||||
'import/no-duplicates': 'error',
|
'import/no-duplicates': 'error',
|
||||||
'simple-import-sort/imports': 'error',
|
'simple-import-sort/imports': 'error',
|
||||||
|
'simple-import-sort/exports': 'error',
|
||||||
'@typescript-eslint/ban-types': [
|
'@typescript-eslint/ban-types': [
|
||||||
'error',
|
'error',
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
export * from './auth.model';
|
||||||
export * from './chat.model';
|
export * from './chat.model';
|
||||||
|
export * from './chatwoot.model';
|
||||||
export * from './contact.model';
|
export * from './contact.model';
|
||||||
export * from './message.model';
|
export * from './message.model';
|
||||||
export * from './auth.model';
|
|
||||||
export * from './webhook.model';
|
|
||||||
export * from './chatwoot.model';
|
|
||||||
export * from './settings.model';
|
export * from './settings.model';
|
||||||
|
export * from './webhook.model';
|
||||||
|
@ -49,4 +49,4 @@ router
|
|||||||
.use('/chatwoot', new ChatwootRouter(...guards).router)
|
.use('/chatwoot', new ChatwootRouter(...guards).router)
|
||||||
.use('/settings', new SettingsRouter(...guards).router);
|
.use('/settings', new SettingsRouter(...guards).router);
|
||||||
|
|
||||||
export { router, HttpStatus };
|
export { HttpStatus, router };
|
||||||
|
Loading…
Reference in New Issue
Block a user