OpenRA / Orabot

A reincarnation of OpenRA's famous IRC bot, written in C# to service the OpenRA server on Discord.
3 stars 6 forks source link

[Reminder] Remove unnecessary additional slash in folder code #19

Closed jaZzKCS closed 1 year ago

jaZzKCS commented 4 years ago

According to the webserver logs, the code directing to the location of the images sports an additional slash (see log below) This is totally low priority, everything works as intended, but nevertheless, here is the reminder ;)

13:09:41 45.35.196.58:14140 Requested GET /Icons//github-issue-open.png 13:09:41 45.35.196.58:14140 Fully downloaded - 900 @ 5.1 KB/s - /Icons//github-issue-open.png 13:15:49 45.35.205.46:23712 Requested GET /Icons//github-issue-open.png 13:15:49 45.35.205.46:23712 Fully downloaded - 900 @ 3.0 KB/s - /Icons//github-issue-open.png 13:30:06 172.106.11.86:58280 Requested GET /Icons//github-pr-merged.png 13:30:06 172.106.11.86:58280 Fully downloaded - 730 @ 47.5 KB/s - /Icons//github-pr-merged.png 13:45:14 45.35.198.202:64700 Requested GET /Icons//github-issue-open.png 13:45:15 45.35.198.202:64700 Fully downloaded - 900 @ 1.2 KB/s - /Icons//github-issue-open.png 14:19:03 45.35.196.58:28030 Requested GET /Icons//github-issue-open.png 14:19:03 45.35.196.58:28030 Fully downloaded - 900 @ 54.9 KB/s - /Icons//github-issue-open.png 14:21:23 45.35.205.34:24700 Requested GET /Icons//github-issue-open.png 14:21:23 45.35.205.34:24700 Fully downloaded - 900 @ 2.7 KB/s - /Icons//github-issue-open.png