Browse Source

update to new base URL

pull/93/head
Aaron Parecki 4 years ago
parent
commit
2fe251d308
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.production.php

+ 1
- 1
config.production.php View File

@ -1,6 +1,6 @@
<?php <?php
class Config { class Config {
public static $base = 'https://xray.p3k.io';
public static $base = 'https://xray.p3k.app';
public static $cache = true; public static $cache = true;
public static $admins = [ public static $admins = [
'https://aaronparecki.com/' 'https://aaronparecki.com/'

Loading…
Cancel
Save