Skip to content

Commit 7eccc72

Browse files
committed
as webpage/json switch
1 parent 73418a6 commit 7eccc72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ ${channels.map(channel => `<option value="${channel.channel}">${channel.channel}
133133
<input id="from" name="from" type="date"><br />
134134
<label for="to">To</label>
135135
<input id="to" name="to" type="date"><br />
136+
<label for="as">As</label>
137+
<select id="as" name="as">
138+
<option value="">Webpage</option>
139+
<option value="json">JSON</option>
140+
</select><br />
136141
<input type="submit">
137142
</form>
138143
`);

0 commit comments

Comments
 (0)