Changed pepeservice url [SKIP CI]
This commit is contained in:
parent
2beb31d943
commit
dbf07d16b2
|
@ -59,7 +59,7 @@ func (app *application) sendPepe(w http.ResponseWriter, r *http.Request) {
|
||||||
rd := rand.New(s) // Init pseudorandom generator
|
rd := rand.New(s) // Init pseudorandom generator
|
||||||
number := rd.Intn(len(app.pepe_list))
|
number := rd.Intn(len(app.pepe_list))
|
||||||
|
|
||||||
baseURL := "https://cdn.nicecock.eu/pepe/1.00/"
|
baseURL := "https://cdn.home.dutchellie.nl/pepe/1.00/"
|
||||||
URL := baseURL + app.pepe_list[number]
|
URL := baseURL + app.pepe_list[number]
|
||||||
|
|
||||||
w.Write([]byte(URL))
|
w.Write([]byte(URL))
|
||||||
|
|
Loading…
Reference in New Issue