test #119

Merged
hitanshu merged 8 commits from test into main 2026-04-18 17:58:36 +00:00
2 changed files with 8 additions and 5 deletions
Showing only changes of commit 5ad6acbd00 - Show all commits

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

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