ynput / ayon-backend

Server codebase with API access to AYON
Apache License 2.0
22 stars 16 forks source link

fix: provide project timestamp to cdn resolver #410

Closed martastain closed 3 weeks ago

martastain commented 3 weeks ago

This pull request includes several changes to improve the handling of CDN links and refactor related code. The most important changes include moving the CDN link generation logic to the project_storage.py file, updating the get_project_file function to use the new method, and cleaning up unused imports and methods.

Refactoring and improvements:

Code cleanup:

Bug fixes: