= commited on
Commit
67bd7b7
·
1 Parent(s): c5f4a32
Files changed (1) hide show
  1. server.jl +1 -0
server.jl CHANGED
@@ -1,6 +1,7 @@
1
  using Oxygen
2
  using HTTP
3
  #import OstreaCultura as OC
 
4
 
5
  @get "/greet" function(req::HTTP.Request)
6
  println("Request path: ", req.target)
 
1
  using Oxygen
2
  using HTTP
3
  #import OstreaCultura as OC
4
+ # GO TO https://stefanjwojcik-scratch-oxygen.hf.space/docs
5
 
6
  @get "/greet" function(req::HTTP.Request)
7
  println("Request path: ", req.target)