Исправил корневой каталог

dev-Nim
serkus01 1 year ago
parent 54e8ccce61
commit 2b76a106c4

@ -2,4 +2,4 @@ import nimview
nimview.add("echoAndModify", proc (value: string): string =
echo "From front-end: " & value
result = "'" & value & "' modified by back-end")
nimview.start("./web/index.html")
nimview.start("./web2/index.html")

Loading…
Cancel
Save