Anshuman Mishra
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/cmd/root.go
|
|
@ -49,7 +49,7 @@ func runRest(_ *cobra.Command, _ []string) { |
|
|
|
|
|
|
|
|
// TODO: Init Rest App
|
|
|
// TODO: Init Rest App
|
|
|
//preparing folder if not exist
|
|
|
//preparing folder if not exist
|
|
|
err := utils.CreateFolder(config.PathQrCode, config.PathSendItems, config.PathStorages) |
|
|
|
|
|
|
|
|
err := utils.CreateFolder(config.PathQrCode, config.PathSendItems, config.PathStorages, config.PathMedia) |
|
|
if err != nil { |
|
|
if err != nil { |
|
|
log.Fatalln(err) |
|
|
log.Fatalln(err) |
|
|
} |
|
|
} |
|
|
|