Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zcpua committed Jul 16, 2023
1 parent b95ce79 commit 9aafd88
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ import {
} from '@nestjs/common';
import { MidjourneyService } from './midjourney.service';
import { FastifyReply } from 'fastify';
// import { FileInterceptor } from '@nestjs/platform-express';
import { Response } from 'express';
import { AvatarBody, OptionMessageBody, PromptMessageBody } from './interfaces';
@Controller('midjourney')
import { AvatarBody, PromptMessageBody } from './interfaces';
@Controller('vs1/midjourney')
export class AppController {
constructor(private readonly MjService: MidjourneyService) {}
@Post('imagine')
Expand Down

0 comments on commit 9aafd88

Please sign in to comment.