Leave it for now

This commit is contained in:
2018-12-13 08:52:41 -05:00
parent f287f49c1c
commit 0c5e514d33
10 changed files with 26242 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
import Response from 'ember-cli-mirage/response'
config = ->
@get "/panda/api/v1/workflow_action_definitions/UUID-241123/action_info", (schema, request) ->
new Response(200, {'Content-Type': 'text/html'}, "<h3>Hiiiii</h3>")
export default config