forked from Hithomelabs/CFTunnels
Fix by adding explicit import statements
This commit is contained in:
parent
e4a51ed9f8
commit
7fdfdacf50
@ -1,5 +1,8 @@
|
|||||||
package com.hithomelabs.CFTunnels;
|
package com.hithomelabs.CFTunnels;
|
||||||
|
|
||||||
|
import org.springframework.boot.SpringApplication;
|
||||||
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main Spring Boot application class for Cloudflare Tunnels API.
|
* Main Spring Boot application class for Cloudflare Tunnels API.
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user