WH01243 1 anno fa
parent
commit
9450f383e9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)