Refactor to multi-module project for backend client
authorJacob Casper <dev@jacobcasper.com>
Sun, 9 Jun 2024 23:41:45 +0000 (18:41 -0500)
committerJacob Casper <dev@jacobcasper.com>
Sun, 9 Jun 2024 23:41:45 +0000 (18:41 -0500)
commit8b0789ad76898ef121b8910e49ea80781d7f35fb
tree2b9fbe05ad0e49ad8eb28a8092e93fe6f3590a82
parentfb669b6196f29407e6a55b147a5793f0afccf692
Refactor to multi-module project for backend client
fflogsclient/pom.xml [new file with mode: 0644]
pom.xml
src/main/java/com/jacobcasper/xivgraph/App.java [deleted file]
src/main/java/com/jacobcasper/xivgraph/controllers/ApiController.java [deleted file]
src/main/java/com/jacobcasper/xivgraph/controllers/StaticController.java [deleted file]
src/main/resources/templates/index.html [deleted file]
xivgraphrest/pom.xml [new file with mode: 0644]
xivgraphrest/src/main/java/com/jacobcasper/xivgraph/App.java [new file with mode: 0644]
xivgraphrest/src/main/java/com/jacobcasper/xivgraph/controllers/ApiController.java [new file with mode: 0644]
xivgraphrest/src/main/java/com/jacobcasper/xivgraph/controllers/StaticController.java [new file with mode: 0644]
xivgraphrest/src/main/resources/templates/index.html [new file with mode: 0644]