Skip to content

Commit f66d56d

Browse files
authored
Update protectedResource.js
add missing curly brace.
1 parent 97131e8 commit f66d56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/ch-4-ex-1/protectedResource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ app.post("/resource", cors(), function(req, res){
4141
* Check to see if the access token was found or not
4242
*/
4343

44-
);
44+
});
4545

4646
var server = app.listen(9002, 'localhost', function () {
4747
var host = server.address().address;

0 commit comments

Comments
 (0)