Nuller-Team / N-S-Apps

https://n-s-apps.nuller.jp/
MIT License
2 stars 0 forks source link

リダイレクトURLの変更 #48

Closed ehor-developer closed 8 months ago

ehor-developer commented 8 months ago

ドメイン移行を行いました。 確認よろしくお願いいたします。

変更前

  if (hostname != "n-s-apps.nuller.net" && hostname != "localhost") {
    return redirect("https://n-s-apps.nuller.net", Status.Found);
  }

変更後

  if (hostname != "n-s-apps.nuller.jp" && hostname != "localhost") {
    return redirect("https://n-s-apps.nuller.jp", Status.Found);
  }