Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tanbushi
/
apis-dev
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
geqintan
commited on
Feb 24, 2025
Commit
bd1e9a9
·
1 Parent(s):
34345fc
update
Browse files
Files changed (1)
hide
show
app.lua
+1
-1
app.lua
CHANGED
Viewed
@@ -1 +1 @@
1
-
ngx.say("
Hello
,
OpenResty!"
)
1
+
ngx.say("
The URI is: "
,
ngx.var.uri
)