make shorturl persist

This commit is contained in:
Xuu
2020-09-07 10:45:20 -06:00
parent b48b20f68e
commit 9049ab043e
7 changed files with 132 additions and 33 deletions

View File

@@ -54,6 +54,8 @@ store = "data/artifact"
[module.image]
store = "data/image"
[module.short]
store = "data/meta.db"
`
var args map[string]interface{}