Skip to content

Commit 8677d07

Browse files
committed
Disables local api
1 parent e2bc1f6 commit 8677d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

steempress_sp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
define( 'steempress_sp_api_url', 'https://api.steempress.io');
3737
define( 'steempress_sp_twoway_api_url', 'https://two.steempress.io');
3838

39-
define( 'steempress_sp_api_url', 'http://localhost:8001');
39+
//define( 'steempress_sp_api_url', 'http://localhost:8001');
4040
//define( 'steempress_sp_twoway_api_url', 'http://localhost:8002');
4141

4242
/**

0 commit comments

Comments
 (0)