initial sketch of how this will work
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
5
frontend/admin/index.html
Normal file
5
frontend/admin/index.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<body>
|
||||
hello world
|
||||
</body>
|
||||
</html>
|
@@ -11,3 +11,7 @@ var static embed.FS
|
||||
func Root() (fs.FS, error) {
|
||||
return fs.Sub(static, "files")
|
||||
}
|
||||
|
||||
func AdminRoot() (fs.FS, error) {
|
||||
return fs.Sub(static, "admin")
|
||||
}
|
||||
|
Reference in New Issue
Block a user