release browser app
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const SERVER_BASE = "http://marha.local:8000";
|
||||
const SERVER_BASE = "https://youtube.marha.de";
|
||||
|
||||
browser.runtime.onMessage.addListener(({ profileId, video }) => {
|
||||
fetch(`${SERVER_BASE}/profiles/${profileId}/videos`, {
|
||||
|
||||
Reference in New Issue
Block a user