mirror of
https://github.com/usememos/memos.git
synced 2024-11-11 07:24:18 +03:00
2d49e96a8a
* feat: get image blob in backend * chore: update
5 lines
127 B
Go
5 lines
127 B
Go
// getter is using to get resources from url.
|
|
// * Get metadata for website;
|
|
// * Get image blob to avoid CORS;
|
|
package getter
|