Skip to content

Commit

Permalink
fix: change title
Browse files Browse the repository at this point in the history
  • Loading branch information
pjw5521 committed Sep 21, 2024
1 parent 41146e9 commit b23e3a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/controller/meme.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import * as MemeService from '../service/meme.service';
import * as UserService from '../service/user.service';
import { logger } from '../util/logger';
import { createSuccessResponse } from '../util/response';
import { Console } from 'console';

enum MemeWatchType {
SEARCH = 'search',
Expand Down Expand Up @@ -294,8 +293,7 @@ const deleteMemeSave = async (req: CustomRequest, res: Response, next: NextFunct

const getTitle = async (req: CustomRequest, res: Response, next: NextFunction) => {
try {
console.log('test');
const title = 'new! 따끈따끈한 등록된 밈';
const title = 'NEW! 따끈따끈한 밈';

return res.json(createSuccessResponse(HttpCode.OK, 'Title fetched successfully', title));
} catch (err) {
Expand Down

0 comments on commit b23e3a4

Please sign in to comment.