Skip to content

Commit

Permalink
Disables local api
Browse files Browse the repository at this point in the history
  • Loading branch information
drov0 committed Jan 22, 2019
1 parent e2bc1f6 commit 8677d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steempress_sp.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
define( 'steempress_sp_api_url', 'https://api.steempress.io');
define( 'steempress_sp_twoway_api_url', 'https://two.steempress.io');

define( 'steempress_sp_api_url', 'http://localhost:8001');
//define( 'steempress_sp_api_url', 'http://localhost:8001');
//define( 'steempress_sp_twoway_api_url', 'http://localhost:8002');

/**
Expand Down

0 comments on commit 8677d07

Please sign in to comment.