feat: embed static files into binary
This commit is contained in:
@ -22,7 +22,7 @@ func TestAlbum(t *testing.T) {
|
||||
|
||||
rr := httptest.NewRecorder()
|
||||
l := utils.NewLogger(os.Stdout)
|
||||
m := New(l)
|
||||
m := New(l, &assets{})
|
||||
|
||||
m.ServeHTTP(rr, r)
|
||||
|
||||
|
Reference in New Issue
Block a user