mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
fix dev url to be index-dev.html
This commit is contained in:
@@ -52,7 +52,7 @@ const MaxCommandLen = 4096
|
||||
const MaxSignalLen = 12
|
||||
const MaxSignalNum = 64
|
||||
const MaxEvalDepth = 5
|
||||
const DevWebScreenUrlFmt = "http://devtest.getprompt.com:9001/static/index.html?screenid=%s&viewkey=%s"
|
||||
const DevWebScreenUrlFmt = "http://devtest.getprompt.com:9001/static/index-dev.html?screenid=%s&viewkey=%s"
|
||||
const ProdWebScreenUrlFmt = "https://share.getprompt.dev/s/%s?viewkey=%s"
|
||||
|
||||
var ColorNames = []string{"black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "orange"}
|
||||
|
||||
Reference in New Issue
Block a user