YangCatalog / backend

YANG Catalog's REST API and internal module processing pipeline
https://yangcatalog.org
Apache License 2.0
2 stars 11 forks source link

api results return localhost urls #829

Closed rjsparks closed 2 weeks ago

rjsparks commented 2 weeks ago

Reported by Fabrice Blanche:

https://yangcatalog.org/api/search/modules/ietf-yang-types,2013-07-15,ietf

returns json containing urls that look like:

http://localhost/all_mod…ng-types@2013-07-15.yang

where it should be pointing to yangcatalog.org instead.

xorrkaz commented 2 weeks ago

This one is fixed. Unfortunately to fix all of them, one needs to do redis surgery. Let me think about how to automate this.

xorrkaz commented 2 weeks ago

Should all be fixed now.