fix querying claim data on the dashboard (#1560)

This commit is contained in:
Caleb Doxsey 2020-10-29 10:49:02 -06:00 committed by GitHub
parent 93c257259e
commit 10b5c5ca0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 56 additions and 39 deletions

View file

@ -1,4 +1,4 @@
//go:generate statik -src=./assets -include=*.svg,*.html,*.css,*.js -ns web
//go:generate go run github.com/rakyll/statik -src=./assets -include=*.svg,*.html,*.css,*.js -ns web
// Package frontend handles the generation, and instantiation of Pomerium's
// html templates.