Skip to content
Snippets Groups Projects
Commit d03cc71d authored by Trirst's avatar Trirst
Browse files

Fix /api/image endpoint

parent 4329750b
No related branches found
No related tags found
No related merge requests found
<template>
<div>
<div id="image-container">
<img :src="`/api/image/snowflake/${flake}/file`" alt="" />
<img :src="`/api/image/${flake}/file`" alt="" />
</div>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment