WH01243 пре 1 година
родитељ
комит
9450f383e9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      regtest/issue7/server.lua

+ 1 - 1
regtest/issue7/server.lua

@@ -2,4 +2,4 @@ hello = function()
   print("Hello, World!")
 end
 
-handle("/", hello)
+handle("/api", hello)