ec
05/07/2019, 7:46 PM/api/..
to add a reat frontend I've added
static {
default("web/build/index.html")
files("web/build")
}
to servie files generated with build script
, is this the preffered way to that? Do I need to add anything else?