refactor and update get url logic

This commit is contained in:
2024-10-17 17:02:03 +07:00
parent 4721077370
commit f9967ac5bd
22 changed files with 45 additions and 40 deletions

View File

@@ -9,8 +9,8 @@ import { RestfulModule } from './Restful/restful.module';
ConfigModule.forRoot({
isGlobal: true,
}),
GraphqlModule,
ClerkModule,
GraphqlModule,
RestfulModule,
],
})