change api url to cliffbreak

This commit is contained in:
Niel 2019-04-17 23:39:17 +02:00
parent 8601aa5213
commit 304077cce9

View file

@ -1,4 +1,4 @@
const API_URL = 'http://haveachin.de:1888/v1/channels';
const API_URL = 'https://ts.cliffbreak.de/v1/channels';
export default class ChannelService {
public static async fetchAllChannels() {