Skip to content

Commit eed4d37

Browse files
authored
Use built frontend from frontend repo (#132)
* Use built frontend from frontend repo * Fix update dns request * Update frontend
1 parent ac9b202 commit eed4d37

File tree

228 files changed

+799
-2007
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+799
-2007
lines changed

main.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ func main() {
3636

3737
// Serve static help files
3838
staticFiles := http.FileServer(http.Dir(wwwRoot))
39-
http.Handle("/landingpage/", http.StripPrefix("/landingpage", staticFiles))
39+
http.Handle("/static/", staticFiles)
40+
http.Handle("/frontend_es5/", staticFiles)
41+
http.Handle("/frontend_latest/", staticFiles)
4042

4143
// Start mDNS broadcast
4244
log.Print("Start mDNS broadcast")

rootfs/usr/share/www/frontend_es5/13.FVg-bJ7UPN8.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rootfs/usr/share/www/frontend_es5/13.FVg-bJ7UPN8.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rootfs/usr/share/www/frontend_es5/135.6BtoC0vo6HU.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rootfs/usr/share/www/frontend_es5/135.6BtoC0vo6HU.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)