python-discord / quackstack

An on-demand procedural ducky delivery service. An infinite stack of duckies!
MIT License
7 stars 1 forks source link

bug: /duck endpoint does not create correct path in the file response field. #81

Closed lavirlifiliol closed 4 months ago

lavirlifiliol commented 5 months ago

Actual behaviour

$ curl -L http://quackstack.pythondiscord.com/duck?seed=123
{"file":"http://quackstack.pythondiscord.com/duck?seed=123/static/4f7d04f0501e44f652faa08e8c9dfb12324eea51.png"}
#                                            ^^^^^^^^^^^^^

Expected behaviour

$ curl -L http://quackstack.pythondiscord.com/duck?seed=123
{"file":"http://quackstack.pythondiscord.com/static/4f7d04f0501e44f652faa08e8c9dfb12324eea51.png"}