config settings now just have url and port

fixed bug where multi download mode would not allow file card link clicking
This commit is contained in:
Isaac Grynsztein
2020-02-28 00:14:46 -05:00
parent 09bdae90e2
commit 5e331b9ffa
8 changed files with 28 additions and 35 deletions

View File

@@ -30,6 +30,7 @@ export class PostsService {
if (isDevMode()) {
this.debugMode = true;
this.path = 'http://localhost:17442/api/';
}
}