Where do I put files when trying to serve static files with the Spark web framework?
I haven\'t been able to find anything online - I\'m beginning to suspect I don\'
src/main/resources
Spark.staticFileLocation("/public");
Spark.staticFileLocation("public");