File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def self.call(_req)
122122 <!DOCTYPE html>
123123 < html >
124124 < head >
125- < title > Fortune </ title >
125+ < title > Fortunes </ title >
126126 </ head >
127127 < body >
128128 < table >
@@ -132,7 +132,7 @@ def self.call(_req)
132132 </ tr >
133133 #{ f_2 }
134134 </ table>
135- </ body
135+ </ body>
136136 </ html>
137137 HTML
138138 end
Original file line number Diff line number Diff line change 66 "db_url" : " /db" ,
77 "query_url" : " /queries?queries=" ,
88 "update_url" : " /updates?queries=" ,
9+ "fortune_url" : " /fortunes" ,
910 "plaintext_url" : " /plaintext" ,
1011 "port" : 8080 ,
1112 "approach" : " Realistic" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ urls.json = "/json"
77urls.db = " /db"
88urls.query = " /queries?queries="
99urls.update = " /updates?queries="
10+ urls.fortune = " /fortunes"
1011approach = " Realistic"
1112classification = " Micro"
1213database = " Postgres"
You can’t perform that action at this time.
0 commit comments