mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
feat: remove reddit source because of offensive contents (#296)
discuss in https://github.com/micro/services/pull/294
This commit is contained in:
@@ -17,10 +17,6 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
sources = []model.JokeSource{
|
sources = []model.JokeSource{
|
||||||
{
|
|
||||||
Source: "https://www.reddit.com/r/jokes",
|
|
||||||
Api: "https://raw.githubusercontent.com/taivop/joke-dataset/master/reddit_jokes.json",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Source: "http://wocka.com/",
|
Source: "http://wocka.com/",
|
||||||
Api: "https://raw.githubusercontent.com/taivop/joke-dataset/master/wocka.json",
|
Api: "https://raw.githubusercontent.com/taivop/joke-dataset/master/wocka.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user