Skip to main content
Toggle navigation
Testing, testing, is this thing on?
Archives
Tags
RSS
listings
stubby-example
static.json.html
1
2
3
4
{
"request"
:
{
"url"
:
"^/static/(.+)"
},
"response"
:
{
"file"
:
"./static/<% url[1] %>"
}
}
Share