Skip to content

Commit

Permalink
Further correction the server url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Baldwin authored and Jacob Baldwin committed Feb 15, 2019
1 parent fdb77f8 commit 36dfc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { RemoveUserComponent } from './remove-user/remove-user.component';

// if accessing database remotely during development...
// const config: SocketIoConfig = {url: 'http://52.15.149.88', options: {}};
const config: SocketIoConfig = {url: 'http://www.raspberryfactory.com/socket.io/', options: {}};
const config: SocketIoConfig = {url: 'http://www.raspberryfactory.com/', options: {}};

const appRoutes: Routes = [
{path: 'login', component: LoginComponent},
Expand Down

0 comments on commit 36dfc98

Please sign in to comment.