openalto / alto

Standard Application-Layer Traffic Optimization (ALTO) Toolset.
MIT License
2 stars 6 forks source link

Make server frontend configurable #23

Closed fno2010 closed 1 year ago

fno2010 commented 1 year ago

The current server frontend (based on djangorestframework) hard-codes all the routes (under src/alto/server/django_server/alto/urls.py).

Should refactor the code structure to make the routes configurable.