Open TheGroundZero opened 5 years ago
The URL /report is broken due to a missing file at /static/css/report.css. This file is require by /views/report.jade#L7
Easy fix is touch static/css/report.css from the DoFler main directory.
touch static/css/report.css
the endpoint was never finished sadly, hence why it's broken.
The URL /report is broken due to a missing file at /static/css/report.css.
This file is require by /views/report.jade#L7
Easy fix is
touch static/css/report.css
from the DoFler main directory.