EnquistLab / TNRSweb

TNRS UI
http://tnrs.biendata.org
MIT License
0 stars 1 forks source link

Make "Try me!" CSV file dynamic, from image folder #120

Closed ojalaquellueva closed 6 months ago

ojalaquellueva commented 7 months ago

Brad: place CSV in images folder. Rethvick: use same base url as for images (=logo_path), then add file name.

ojalaquellueva commented 6 months ago

Closing for now due to CORS issue preventing retrieval of text content from external server. So far unable to find the a set of pre-flight request directives which solves this issue. Will keep text embedded in web app for now. In future, may serve as JSON from database via api request, or as intended here, if we can find a solution to the CORS issue.