mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-26 14:43:53 +03:00
ec1bb07dae
There is no persistent storage in the application by the time we're expecting students to write ``Response`` handling functions. So add some more guidance that we only expect placeholder values to be used, this wasn't sufficiently clear. Fixes #3 Updated the latter placeholder values to match the guidance offered, for consistency. Updated the configuration ``helloMsg`` value and some of the tests to be a bit more sensible, even if only a little.
7 lines
119 B
JSON
7 lines
119 B
JSON
{
|
|
"port": 3000,
|
|
"helloMsg": "Functional Programming is neat.",
|
|
"tableName": "comments",
|
|
"dbName": "firstapp"
|
|
}
|