Skip to content

Commit

Permalink
Fix tiny bug in Mock Api
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Frost committed Jun 28, 2021
1 parent bf4a4f0 commit 638bc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ initialize
self listenOn: 9999.
self class routes keysAndValuesDo: [ :key :dict |
self addService: key action: [ :req |
^ req send200Response: (dict at: 'content') contentType: (dict at: 'contentType')
req send200Response: (dict at: 'content') contentType: (dict at: 'contentType').
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"defaultRuns" : "ng 6/25/2021 15:11",
"routes" : "BF 6/25/2021 17:26" },
"instance" : {
"initialize" : "BF 6/26/2021 14:58" } }
"initialize" : "BF 6/28/2021 11:39" } }

0 comments on commit 638bc1a

Please sign in to comment.