Importing scripts not yet functional
Closed this issue · 1 comments
rjmk commented
I think you are trying to load your indexfunctions.js
with a script
tag, but your server is not set up to handle that yet. You're currently getting down to your else
in server.js
line 63 and returning 'hello Dan'.
cagarweyne commented
All of the script tags are no loading via the server.js file, we hae handled these using the if else statement at the beginning of the file.