Commit b0e53a2a authored by Sean Arnold's avatar Sean Arnold

Prefix paths with data

parent 2eb3dd38
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
module StatusPage module StatusPage
module Storage module Storage
def self.details_path(id) def self.details_path(id)
"incident/#{id}.json" "data/incident/#{id}.json"
end end
def self.list_path def self.list_path
'list.json' 'data/list.json'
end end
class Error < StandardError 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