More work on project permissions

This commit is contained in:
simon987
2019-02-16 11:47:54 -05:00
parent 03153c4d39
commit e079fc8497
18 changed files with 470 additions and 125 deletions

View File

@@ -9,7 +9,7 @@ import (
func TestIndex(t *testing.T) {
r := Get("/", nil)
r := Get("/", nil, nil)
body, _ := ioutil.ReadAll(r.Body)
var info api.Info