mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-17 04:11:24 +01:00
Update for some prefix options.
This commit is contained in:
parent
bb83763886
commit
ced142e5b8
@ -9,7 +9,7 @@ import 'rxjs/add/observable/throw';
|
||||
import { BaseService } from '../../service/base.service';
|
||||
import { Member } from './member';
|
||||
|
||||
export const urlPrefix = '/ng';
|
||||
export const urlPrefix = '';
|
||||
|
||||
@Injectable()
|
||||
export class MemberService extends BaseService {
|
||||
|
@ -10,7 +10,7 @@ import 'rxjs/add/operator/catch';
|
||||
import 'rxjs/add/operator/map';
|
||||
import 'rxjs/add/observable/throw';
|
||||
|
||||
const url_prefix = '/ng';
|
||||
const url_prefix = '';
|
||||
|
||||
@Injectable()
|
||||
export class ProjectService extends BaseService {
|
||||
|
@ -5,7 +5,7 @@ import 'rxjs/add/operator/toPromise';
|
||||
import { SessionUser } from './session-user';
|
||||
import { SignInCredential } from './sign-in-credential';
|
||||
|
||||
const urlPrefix = '/ng';
|
||||
const urlPrefix = '';
|
||||
const signInUrl = urlPrefix + '/login';
|
||||
const currentUserEndpint = urlPrefix + "/api/users/current";
|
||||
const signOffEndpoint = urlPrefix + "/log_out";
|
||||
|
Loading…
Reference in New Issue
Block a user