Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
temporarily fixes #78
Browse files Browse the repository at this point in the history
  • Loading branch information
didimitrie committed Jun 10, 2018
1 parent 4f69f49 commit dde9695
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ if ( cluster.isMaster ) {
app.use( '/admin', express.static( __dirname + '/node_modules/@speckle/speckle-admin' ) )
// Viewer app
app.use( '/view', express.static( __dirname + '/node_modules/@speckle/speckle-viewer' ) )

// Prop until we get to proper plugin system
app.use( '/', express.static( __dirname + '/node_modules/@speckle/speckle-admin' ) )

////////////////////////////////////////////////////////////////////////
/// Websockets & HTTP Servers /////.
////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit dde9695

Please sign in to comment.