Skip to content

Commit 4441e4c

Browse files
authored
Update j2challenge.md
1 parent 7d91b22 commit 4441e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask/j2challenge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Let the following be the data structure that you want to put inside of a hosts f
66
{"hostname": "hostB", "ip": "192.168.30.33", "fqdn": "hostB.localdomain"},
77
{"hostname": "hostC", "ip": "192.168.30.44", "fqdn": "hostC.localdomain"}]
88

9-
Your goal is to use Flask to create output like this:
9+
Your goal is to use Flask to create output like this (if possible, return this in HTML!):
1010

1111
192.168.30.22 hostA.localdomain # hostA
1212
192.168.30.33 hostB.localdomain # hostB

0 commit comments

Comments
 (0)