File size: 215 Bytes
75cd75b
 
 
 
 
 
 
 
 
 
75f8639
1
2
3
4
5
6
7
8
9
10
11
using Oxygen
using HTTP
#import OstreaCultura as OC

@get "/greet" function(req::HTTP.Request)
    return "hello world!"
end


# start the web server
serve(host="0.0.0.0", port=8000, docs_path="http://0.0.0.0:8000")