update references to codey.lol -> codey.horse [new domain]
This commit is contained in:
@@ -8,7 +8,7 @@ import { toast } from 'react-toastify';
|
||||
import { API_URL } from '../config';
|
||||
|
||||
const MEME_API_URL = `${API_URL}/memes/list_memes`;
|
||||
const BASE_IMAGE_URL = "https://codey.lol/meme";
|
||||
const BASE_IMAGE_URL = "https://codey.horse/meme";
|
||||
|
||||
interface MemeImage {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user