Browse Source

新建的分支

WH01243 1 year ago
parent
commit
9450f383e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      regtest/issue7/server.lua

+ 1 - 1
regtest/issue7/server.lua

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