Skip to content

Commit

Permalink
Merge pull request #68 from kduoh99/refactor/#66
Browse files Browse the repository at this point in the history
Remove: ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” ๋กœ์ง ์ œ๊ฑฐ
  • Loading branch information
kduoh99 authored Aug 13, 2024
2 parents 3868491 + 85a3de4 commit 9fb662c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package com.skhu.moodfriend.app.dto.auth.reqDto;

import lombok.Builder;

@Builder
public record RefreshTokenReqDto(
String refreshToken
) {
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
<div class="container">
<h1>ํ™˜์˜ํ•ฉ๋‹ˆ๋‹ค!</h1>
<p>MoodFriend๋Š” ์‚ฌ์šฉ์ž์˜ ๊ฐ์ •์„ ์ถ”์ ํ•˜๊ณ  ๊ด€๋ฆฌํ•˜๋Š” ์„œ๋น„์Šค์ž…๋‹ˆ๋‹ค.</p>
<p>์ž์„ธํ•œ ๋‚ด์šฉ์€ <a href="/swagger-ui/index.html">API ๋ฌธ์„œ</a>๋ฅผ ์ฐธ๊ณ ํ•˜์„ธ์š”.</p>
<ul>
<li><a href="/swagger-ui/index.html">API ๋ช…์„ธ์„œ</a></li>
<li><a href="https://moodfriend.vercel.app/" target="_blank">MoodFriend</a> - ์‹ค์ œ ์„œ๋น„์Šค๋ฅผ ์ด์šฉํ•ด๋ณด์„ธ์š”!</li>
</ul>
</div>
</body>
</html>

0 comments on commit 9fb662c

Please sign in to comment.