repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
6cec7bd
parent
aa98c7d
author
Eric Bower
date
2024-03-13 03:17:08 +0000 UTC
chore(ui): objects postfix
1 files changed,  +1, -1
M ui/api.go
+1, -1
1@@ -371,7 +371,7 @@ func getProjectObjects(httpCtx *shared.HttpCtx, ctx ssh.Context, user *db.User)
2 			return
3 		}
4 
5-		projectName := shared.GetField(r, 0)
6+		projectName := shared.GetField(r, 0) + "/"
7 		bucketName := shared.GetAssetBucketName(user.ID)
8 		bucket, err := storage.GetBucket(bucketName)
9 		if err != nil {