changed the name of the main module from AuthModule to AppModule

This commit is contained in:
yousef-alkhrissat
2024-07-31 01:44:51 +03:00
parent afd1da7c51
commit 578994b856
3 changed files with 5 additions and 4 deletions

View File

@ -52,4 +52,4 @@ import { LoggingInterceptor } from './interceptors/logging.interceptor';
},
],
})
export class AuthModule {}
export class AppModule {}