clamsproject / mmif-visualizer

A web site to visualize MultiMedia Interchange Format json
Apache License 2.0
2 stars 1 forks source link

Dangerous link on home page #13

Closed marcverhagen closed 2 years ago

marcverhagen commented 2 years ago

The splash page of the visualizer assumes it is running on port 5000 and has a hard-coded link to http://127.0.0.1:5000/upload, which breaks if you run the visualizer on another port.

keighrim commented 2 years ago

fixed via #14