Spaces:
Sleeping
Sleeping
using Oxygen | |
using HTTP | |
@get "/greet" function(req::HTTP.Request) | |
return "hello world!" | |
end | |
# start the web server | |
serve(host="0.0.0.0", port=8000) |