Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Commit

Permalink
Fixed invalid url in api constants file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron Sommardahl committed Oct 16, 2012
1 parent 4d0cb1d commit 5b8a3f2
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
var api = {
auth: "http://localhost:55581/restApi/auth",
secure: "http://localhost:55581/restApi/secure"
auth: "http://localhost:55581/auth",
secure: "http://localhost:55581/secure"
};

0 comments on commit 5b8a3f2

Please sign in to comment.