1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 18:05:19 +02:00

Allow custom public files (#782)

* Allow custom public files

* Gofmt code, lots of places not related to this pr
This commit is contained in:
Thomas Boerger 2017-01-28 23:14:56 +01:00 committed by GitHub
parent cc31a21192
commit 78535fb08e
7 changed files with 26 additions and 6 deletions

View file

@ -70,4 +70,3 @@ func UploadAttachment(ctx *context.Context) {
"uuid": attach.UUID,
})
}