Use impress-outfit-images.openneo.net outfit URLs
Oops, right, I meant to use the new `impress-outfit-images.openneo.net` host for this! It works just fine from `impress-2020.openneo.net` as the backing source right now, but I want these semi-permanent URLs to be a bit more decoupled.
This commit is contained in:
parent
b31a22d4a1
commit
3e8020cc73
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Outfit < ActiveRecord::Base
|
||||||
#
|
#
|
||||||
# TODO: We're still saving outfit images for now, but we'll stop
|
# TODO: We're still saving outfit images for now, but we'll stop
|
||||||
# doing that if this transition goes well!
|
# doing that if this transition goes well!
|
||||||
base_url = "https://impress-2020.openneo.net/outfits" +
|
base_url = "https://impress-outfit-images.openneo.net/outfits" +
|
||||||
"/#{CGI.escape id.to_s}" +
|
"/#{CGI.escape id.to_s}" +
|
||||||
"/v/#{CGI.escape updated_at.to_i.to_s}"
|
"/v/#{CGI.escape updated_at.to_i.to_s}"
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue