Compare commits

..

No commits in common. "705140629beaf8cdcebc504b19831ba6fb08ea98" and "c6d9b0994dbe92dd2cc2f2efd41072cece804a7d" have entirely different histories.

2 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

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

View File

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