Fixing breaking build due to import errors, Hithomelabs/CFTunnels#114 #117

Merged
hitanshu merged 2 commits from hitanshu/CFTunnels:ISSUE-114 into test 2026-04-18 17:12:37 +00:00
2 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
CFTunnels/
### STS ###
.apt_generated

View File

@ -2,7 +2,6 @@ package com.hithomelabs.CFTunnels;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* Main Spring Boot application class for Cloudflare Tunnels API.
*