Commit 625684f 1 parent 912ecf9 commit 625684f Copy full SHA for 625684f
File tree 3 files changed +4
-2
lines changed
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)
122
122
<!DOCTYPE html>
123
123
< html >
124
124
< head >
125
- < title > Fortune </ title >
125
+ < title > Fortunes </ title >
126
126
</ head >
127
127
< body >
128
128
< table >
@@ -132,7 +132,7 @@ def self.call(_req)
132
132
</ tr >
133
133
#{ f_2 }
134
134
</ table>
135
- </ body
135
+ </ body>
136
136
</ html>
137
137
HTML
138
138
end
Original file line number Diff line number Diff line change 6
6
"db_url" : " /db" ,
7
7
"query_url" : " /queries?queries=" ,
8
8
"update_url" : " /updates?queries=" ,
9
+ "fortune_url" : " /fortunes" ,
9
10
"plaintext_url" : " /plaintext" ,
10
11
"port" : 8080 ,
11
12
"approach" : " Realistic" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ urls.json = "/json"
7
7
urls.db = " /db"
8
8
urls.query = " /queries?queries="
9
9
urls.update = " /updates?queries="
10
+ urls.fortune = " /fortunes"
10
11
approach = " Realistic"
11
12
classification = " Micro"
12
13
database = " Postgres"
You can’t perform that action at this time.
0 commit comments