Skip to content

Commit

Permalink
0.1.6 Bump, 622 All The Fucks
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdionysus committed May 23, 2015
1 parent 491ca6d commit 3470a76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lib/foaas.coffee
Expand Up @@ -67,8 +67,8 @@ module.exports = class FOAAS
@loadRenderers(renderersPath)

send404: (req, res) =>
res.status(404)
@output(req, res, "404 - Not Found", 'FOAAS')
res.status(622)
@output(req, res, "622 - All The Fucks", 'Server invites you to consider the truly monumental amount of fucks it couldn\'t give about your request.')

This comment has been minimized.

Copy link
@r3wt

r3wt May 27, 2015

I invite the server to consider the truly monumental amount of fucks i don't give about this commit


sendIndex: (req, res) ->
res.sendfile("./public/index.html")
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "foaas",
"version": "0.1.5",
"version": "0.1.6",
"description": "Fuck Off As A Service",
"engines": {
"node": "0.10.33"
Expand Down
8 changes: 3 additions & 5 deletions public/index.html
Expand Up @@ -10,19 +10,17 @@
<div class="hero-unit">
<h1>FOAAS</h1>
<h2>Fuck Off As A Service</h2>
<p><em>v0.1.5</em></p>
<p><em>v0.1.6</em></p>
</div>
</div>
<div class="container">
<div class="content" style="margin-left:50px;">
<h2 id="introduction">Introduction</h2>
<p>FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common problem of telling people to fuck off.</p>

<h2>What's New in 0.1.5</h2>
<h2>What's New in 0.1.6</h2>
<ul>
<li><strong>/bucket</strong> - Please see below</li>
<li><strong>/tucker</strong> - Please see below</li>
<li><strong>Various typos</strong></li>
<li><strong>622 Response Code</strong> Replaces inadequate HTTP 404.</li>
</ul>

<h2 id="api">API</h2>
Expand Down

0 comments on commit 3470a76

Please sign in to comment.