Change config.js

This commit is contained in:
Andrea Fazzi 2021-11-09 09:33:44 +01:00
parent dd9986fef8
commit 3dff670430
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
export const config = {
endpoint: "http://yt-dls-backend:8080"
endpoint: "https://yt-dls-api.andreafazzi.eu"
}