From 0db4258d5c59cf8121ad6d6b1faed6e470a7da41 Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Tue, 13 Jun 2017 15:05:57 +0100 Subject: [PATCH] Ok #865 fixed the published exe --- src/Ombi/ClientApp/app/services/identity.service.ts | 2 +- src/Ombi/Ombi.csproj | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Ombi/ClientApp/app/services/identity.service.ts b/src/Ombi/ClientApp/app/services/identity.service.ts index db2f3dfe9..16c65d816 100644 --- a/src/Ombi/ClientApp/app/services/identity.service.ts +++ b/src/Ombi/ClientApp/app/services/identity.service.ts @@ -13,7 +13,7 @@ export class IdentityService extends ServiceAuthHelpers { super(http, '/api/v1/Identity/'); } createWizardUser(username: string, password: string): Observable { - return this.regularHttp.post(`${this.url}/Wizard/`, JSON.stringify({ username: username, password: password }), { headers: this.headers }).map(this.extractData); + return this.regularHttp.post(`${this.url}Wizard/`, JSON.stringify({ username: username, password: password }), { headers: this.headers }).map(this.extractData); } getUser(): Observable { diff --git a/src/Ombi/Ombi.csproj b/src/Ombi/Ombi.csproj index 4de3093ce..afe1830bc 100644 --- a/src/Ombi/Ombi.csproj +++ b/src/Ombi/Ombi.csproj @@ -11,6 +11,10 @@ bin\Debug\netcoreapp1.1\Swagger.xml + + + bin\Release\netcoreapp1.1\Swagger.xml +