Browse Source

Fix API URL

master
Adrian Short 11 years ago
parent
commit
789c9c3bb0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/layers/show.html.haml

+ 1
- 1
app/views/layers/show.html.haml View File

@@ -4,7 +4,7 @@

%p
API URL:
= "#{request.protocol}#{request.host_with_port}/posts/near.json?layer_id=#{@layer.id}"
= "#{request.protocol}#{request.host_with_port}/posts/near.layar?layer_id=#{@layer.id}"

%h2 Feeds


Loading…
Cancel
Save