mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-22 07:24:23 +01:00
add self payments endpoints
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package de.cotto.lndmanagej;
|
||||
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class SpringBootConfiguration {
|
||||
public SpringBootConfiguration() {
|
||||
// default constructor
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user