Skip to content

Commit 7cecaff

Browse files
author
Andreas Savvides
committed
Adjust Ruby implementation to server from public folder
1 parent 98bc928 commit 7cecaff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
end
99

1010
get '/' do
11-
send_file 'index.html'
11+
send_file 'public/index.html'
1212
end
1313

1414
get '/dist/dist.js' do
15-
send_file 'dist/dist.js'
15+
send_file 'public/dist/dist.js'
1616
end
1717

1818
post '/user/verify' do

0 commit comments

Comments
 (0)