Skip to content

Commit

Permalink
Merge branch 'back/main' of https://github.com/boostcampwm-2024/web16…
Browse files Browse the repository at this point in the history
…-JuGa into back/main
  • Loading branch information
jinddings committed Nov 7, 2024
2 parents 1d7608f + 2900fcd commit 5c1346d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BE/src/stock/index/stock.index.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ApiOperation, ApiResponse, ApiTags } from '@nestjs/swagger';
import { StockIndexService } from './stock.index.service';
import { StockIndexResponseDto } from './dto/stock.index.response.dto';

@Controller('/api/stock/index')
@Controller('/api/stocks/index')
@ApiTags('주가 지수 API')
export class StockIndexController {
constructor(private readonly stockIndexService: StockIndexService) {}
Expand Down

0 comments on commit 5c1346d

Please sign in to comment.