Skip to content

Commit

Permalink
updated file provider proto
Browse files Browse the repository at this point in the history
  • Loading branch information
syaamkhandaker committed Nov 13, 2024
1 parent 44533ef commit 61a2e29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,9 @@ import { ConfigModule } from '@nestjs/config';
import { join } from 'path';
import { FileProviderController } from './file_provider.controller';
import { ApiKeyMiddleware } from 'src/middleware/api_key.middleware';
import {
API_KEY_SERVICE_NAME,
JUNO_API_KEY_PACKAGE_NAME,
} from 'juno-proto/dist/gen/api_key';

import { ClientsModule, Transport } from '@nestjs/microservices';
import {
ApiKeyProtoFile,
FileProviderProto,
FileProviderProtoFile,
} from 'juno-proto';
import { FileProviderProto, FileProviderProtoFile } from 'juno-proto';
import { FILE_PROVIDER_FILE_SERVICE_NAME } from 'juno-proto/dist/gen/file_provider';

// TODO: Make this module Auth protected
Expand Down
10 changes: 5 additions & 5 deletions packages/proto/src/gen/file_provider.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61a2e29

Please sign in to comment.