Change config.js
This commit is contained in:
parent
dd9986fef8
commit
3dff670430
3 changed files with 3 additions and 3 deletions
|
@ -911,7 +911,7 @@ var app = (function () {
|
|||
}
|
||||
|
||||
const config = {
|
||||
endpoint: "http://yt-dls-backend:8080"
|
||||
endpoint: "https://yt-dls-api.andreafazzi.eu"
|
||||
};
|
||||
|
||||
/* src/Task.svelte generated by Svelte v3.42.4 */
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,3 +1,3 @@
|
|||
export const config = {
|
||||
endpoint: "http://yt-dls-backend:8080"
|
||||
endpoint: "https://yt-dls-api.andreafazzi.eu"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue