change api url to cliffbreak
This commit is contained in:
parent
8601aa5213
commit
304077cce9
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue