mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 06:16:58 +00:00
move get raw content from gitea into own func
This commit is contained in:
parent
314cbdb83c
commit
4794318791
4 changed files with 35 additions and 11 deletions
|
@ -21,3 +21,5 @@ var fileCacheSizeLimit = 1024 * 1024
|
|||
var canonicalDomainCacheTimeout = 15 * time.Minute
|
||||
|
||||
const canonicalDomainConfig = ".domains"
|
||||
|
||||
const giteaApiRepos = "/api/v1/repos/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue