add viewed

This commit is contained in:
YouROK
2021-02-25 14:05:14 +03:00
parent cfc606e1b8
commit b9bf84870d
2 changed files with 35 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ export var torrserverHost = ''
// export var torrserverHost = 'http://127.0.0.1:8090'
export const torrentsHost = () => torrserverHost + '/torrents'
export const viewedHost = () => torrserverHost + '/viewed'
export const cacheHost = () => torrserverHost + '/cache'
export const torrentUploadHost = () => torrserverHost + '/torrent/upload'
export const settingsHost = () => torrserverHost + '/settings'