diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-07-05 10:43:13 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-07-05 09:22:08 +0000 |
| commit | 76e0d5e0b3f39b94a5427c7a68e8062adcd27af1 (patch) | |
| tree | 44d61129d8190d569d435caceb3dbf5e58294099 /pkg/html | |
| parent | 2a40360c27f1cd827c9fa0183aa402ef505d07db (diff) | |
dashboard/app: move templates to dir
Diffstat (limited to 'pkg/html')
| -rw-r--r-- | pkg/html/html.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/html/html.go b/pkg/html/html.go index efb8c01b2..5429606e2 100644 --- a/pkg/html/html.go +++ b/pkg/html/html.go @@ -25,9 +25,9 @@ import ( // When you deploy AppEngine in the GOMOD, CWD is syzkaller/. var globSearchPath = func() string { if appengine.IsAppEngine() { - return "dashboard/app/" + return "dashboard/app/templates/" } - return "" + return "templates/" }() // SetGlobSearchPath overrides the default path where syzkaller looks for templates. |
