mirror of
https://github.com/arnaucube/padArchiver.git
synced 2026-02-06 19:26:48 +01:00
added build, and added side menu to webserver
This commit is contained in:
@@ -87,7 +87,7 @@ func option1() {
|
||||
|
||||
repo := padArchiver.OpenRepo(repoID)
|
||||
|
||||
ipfsHash, err := repo.StorePad(link, subdirectory, title)
|
||||
ipfsHash, err := repo.StorePad(link, subdirectory, title, true)
|
||||
if err != nil {
|
||||
color.Red(err.Error())
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user