Skip to content

Commit

Permalink
update server monitor link
Browse files Browse the repository at this point in the history
  • Loading branch information
hao44le committed Aug 11, 2018
1 parent bf64807 commit cfb1a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deuro/Controller/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ViewController: UIViewController {
self.dismiss(animated: true, completion: nil)
}

let urlArray = ["","http://ai.deuro.io", "http://sys.deuro.io", "http://dapp.deuro.io", "http://ai.deuro.io"]
let urlArray = ["","http://18.221.131.198:8888/", "http://18.221.131.198:19999/", "http://18.221.131.198:3000/", "http://18.221.131.198:8888/"]

override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
switch (segue.identifier, segue.destination) {
Expand Down

0 comments on commit cfb1a30

Please sign in to comment.