Compare commits
No commits in common. "705140629beaf8cdcebc504b19831ba6fb08ea98" and "c6d9b0994dbe92dd2cc2f2efd41072cece804a7d" have entirely different histories.
705140629b
...
c6d9b0994d
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,7 +6,6 @@ build/
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
CFTunnels/
|
||||
|
||||
### STS ###
|
||||
.apt_generated
|
||||
|
||||
@ -2,6 +2,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.
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user