fixup! Serve compiled front from the same application
This commit is contained in:
@@ -7,5 +7,5 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
Frontend = os.DirFS("./dist")
|
Frontend = os.DirFS("./front/dist")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user