Commit 04798364 authored by Antek Grzanka's avatar Antek Grzanka

Fixed fallback server.

parent c07cfcf9
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
app.factory('AppSettings', ['$http', function($http) { app.factory('AppSettings', ['$http', function($http) {
// fallback into defaults, if everything fails, world collapses, hell freezes and /startup will not resolve // fallback into defaults, if everything fails, world collapses, hell freezes and /startup will not resolve
var domainName = 'ctf.krakyournet.pl', port = "https", schema = 443; var domainName = 'ctf.krakyournet.pl', port = 443, schema = "https";
return { return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment