Commit b0e53a2a authored by Sean Arnold's avatar Sean Arnold

Prefix paths with data

parent 2eb3dd38
......@@ -3,11 +3,11 @@
module StatusPage
module Storage
def self.details_path(id)
"incident/#{id}.json"
"data/incident/#{id}.json"
end
def self.list_path
'list.json'
'data/list.json'
end
class Error < StandardError
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment