suite
This commit is contained in:
parent
f099e00586
commit
2d376ed2d8
@ -74,12 +74,12 @@ class Public::MenuItemsController < ApplicationController
|
||||
require 'open-uri'
|
||||
|
||||
|
||||
@articles_rss = JSON.parse(open('http://payresas.quartz.xyz/admin/articles/rss.xml?cat_id=4').read)
|
||||
@articles_rss = JSON.parse(open('https://groupe-payre.fr/admin/articles/rss.xml?cat_id=4').read)
|
||||
|
||||
|
||||
|
||||
|
||||
@breves_rss = JSON.parse(open('http://payresas.quartz.xyz/admin/articles/rss.xml?cat_id=4&breve=true').read)
|
||||
@breves_rss = JSON.parse(open('https://groupe-payre.fr/admin/articles/rss.xml?cat_id=4&breve=true').read)
|
||||
|
||||
|
||||
|
||||
|
@ -31,7 +31,7 @@ class Contact < ActiveRecord::Base
|
||||
:provenance_id => self.provenance_id
|
||||
}
|
||||
|
||||
api_url = "http://payresas.quartz.xyz/admin/contacts/api"
|
||||
api_url = "https://groupe-payre.fr/admin/contacts/api"
|
||||
#api_url ="http://localhost:3030/admin/contacts/api"
|
||||
|
||||
@c = Curl::Easy.new(api_url) do |curl|
|
||||
|
Loading…
x
Reference in New Issue
Block a user