Skip to content

Commit

Permalink
fix(koa.prod): update path
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-le-singe committed Dec 27, 2016
1 parent b02126d commit 992fee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/koa.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const debug = _debug('app:server:prod')
const app = new Koa()
const { SERVER_HOST, SERVER_PORT } = projectConfig

app.use(serve('readyToDeploy/static'))
app.use(serve('static'))

// This is fired every time the server side receives a request
app.use(handleRender)
Expand Down

0 comments on commit 992fee2

Please sign in to comment.