Skip to content

Commit

Permalink
No more curling
Browse files Browse the repository at this point in the history
Sorry Canadians.
  • Loading branch information
TangentFoxy committed Jul 29, 2016
1 parent 42df7e1 commit 83697d4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app.moon
Expand Up @@ -35,13 +35,3 @@ class extends lapis.Application

[index: "/"]: =>
render: true

[curl_test: "/curl-me"]: respond_to {
GET: =>
return "Ready!"
POST: json_params =>
file = io.open "file.whatever", "w"
file\write @params.message
file\close!
@write @params.message
}

0 comments on commit 83697d4

Please sign in to comment.