Building the entire backend over the weekend #113

Merged
hitanshu merged 12 commits from test into main 2026-02-15 20:16:04 +00:00
Showing only changes of commit 6c496c8c27 - Show all commits

View File

@ -9,5 +9,4 @@ import java.util.UUID;
@Repository @Repository
public interface TunnelRepository extends JpaRepository<Tunnel, UUID> { public interface TunnelRepository extends JpaRepository<Tunnel, UUID> {
Optional<Tunnel> findByCfTunnelId(UUID cfTunnelId);
} }