@@ -122,7 +122,7 @@ class FortunesHandler < BaseHandler
<!DOCTYPE html>
<html>
<head>
- <title>Fortune</title>
+ <title>Fortunes</title>
</head>
<body>
<table>
@@ -132,7 +132,7 @@ class FortunesHandler < BaseHandler
</tr>
#{ f_2 }
</table>
- </body
+ </body>
</html>
HTML
end
@@ -6,6 +6,7 @@
"db_url": "/db",
"query_url": "/queries?queries=",
"update_url": "/updates?queries=",
+ "fortune_url": "/fortunes",
"plaintext_url": "/plaintext",
"port": 8080,
"approach": "Realistic",
@@ -7,6 +7,7 @@ urls.json = "/json"
urls.db = "/db"
urls.query = "/queries?queries="
urls.update = "/updates?queries="
+urls.fortune = "/fortunes"
approach = "Realistic"
classification = "Micro"
database = "Postgres"