diff options
author | FChannel <> | 2021-04-26 11:06:56 -0700 |
---|---|---|
committer | FChannel <> | 2021-04-26 11:06:56 -0700 |
commit | a07341569819f7f55d9e8b86db02c7e5ae9e8ba4 (patch) | |
tree | 8702f9fb96ddf25946c988c28e8edf54d8e7c14d /main.go | |
parent | 6025b11f3c6bbbded6f227fa44d76286b90a012c (diff) |
new line after quote
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ var Domain = TP + "" + GetConfigValue("instance") var authReq = []string{"captcha","email","passphrase"} -var supportedFiles = []string{"image/gif","image/jpeg","image/png","image/svg+xml","image/webp","image/avif","image/apng","video/mp4","video/ogg","video/webm","audio/mpeg","audio/ogg","audio/wav", "audio/wave", "audio/x-wav"} +var supportedFiles = []string{"image/gif","image/jpeg","image/png","image/svg+xml","image/svg","image/webp","image/avif","image/apng","video/mp4","video/ogg","video/webm","audio/mpeg","audio/ogg","audio/wav", "audio/wave", "audio/x-wav"} var SiteEmail = GetConfigValue("emailaddress") //contact@fchan.xyz var SiteEmailPassword = GetConfigValue("emailpass") |