浏览代码

新建的分支

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)