Skip to content

Commit ec36651

Browse files
committed
change dist path
1 parent 7f43dfd commit ec36651

File tree

789 files changed

+6
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

789 files changed

+6
-2
lines changed

coffee/server.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports=(type)->
2525

2626
#Konfiguracja serwera express
2727
if type is "production"
28-
app.use express.static(__dirname + "/../dist/")
28+
app.use express.static(__dirname + "/dist/")
2929
else
3030
app.use express.static(__dirname + "/client/")
3131
app.use (req, res, next) ->
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)