formation 3 년 전
부모
커밋
d54e173168
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      angular-client/src/app/services/auth.service.ts
  2. 1 1
      build/docker/apache/apache.conf

+ 1 - 1
angular-client/src/app/services/auth.service.ts

@@ -97,7 +97,7 @@ export class AuthService {
   // iscription get  token on login 
   signUP(data): Observable<Token> {
     debugger;
-    return this.http.post<Token>(`${this.apiUrl}/api/auth/signup`, data)
+    return this.http.post<Token>(`${this.apiUrl}api/auth/signup`, data)
       .pipe(map(token => {
         // store jwt token in local storage 
         localStorage.setItem('token', JSON.stringify(token));

+ 1 - 1
build/docker/apache/apache.conf

@@ -20,7 +20,7 @@
 
 <VirtualHost *:443>
    DocumentRoot /var/www/html
-   ServerName angular-preprd.foodgame.fr
+   ServerName angular-preprod.foodgame.fr
    ServerAlias angular-preprod.foodgame.fr
    #SSLEnable
    #SSLEngine ON