Skip to content

Commit

Permalink
refactor: chat 도메인 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
loveysuby committed Apr 4, 2024
1 parent a14a443 commit 4b6efa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package usay.app.domain.chat.repository;

import org.springframework.data.jpa.repository.JpaRepository;
import usay.app.common.domain.Chat;
import usay.app.domain.chat.entity.Chat;

public interface ChatRepository extends JpaRepository<Chat, Long> {}

0 comments on commit 4b6efa6

Please sign in to comment.