slight chnages in dockerfile
This commit is contained in:
@ -94,7 +94,7 @@ export const routes: Routes = [
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
imports: [RouterModule.forRoot(routes)],
|
||||
imports: [RouterModule.forRoot(routes,{ useHash: true)],
|
||||
exports: [RouterModule],
|
||||
})
|
||||
export class AppRoutingModule {}
|
||||
|
||||
@ -9,7 +9,9 @@ export const environment = {
|
||||
// apiUrl: 'http://portal-bean.shyshkin.net',
|
||||
// apiUrl: 'http://supportportalbackend-env.eba-wfr5wya3.eu-north-1.elasticbeanstalk.com',
|
||||
// apiUrl: 'http://support-portal.shyshkin.net:5000',
|
||||
apiUrl: 'http://localhost:8080',
|
||||
// apiUrl: 'http://localhost:8080',
|
||||
apiUrl: 'http://cncbackend.techzoos.in',
|
||||
|
||||
publicUrls: ['/user/login', '/user/register', '/user/*/profile-image', '/user/*/profile-image/**']
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user