update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const SERVER_URL = "http://localhost:8000/videos";
|
||||
const SERVER_URL = "http://marha.local:8000/videos";
|
||||
|
||||
browser.runtime.onMessage.addListener((videos) => {
|
||||
fetch(SERVER_URL, {
|
||||
|
||||
Reference in New Issue
Block a user