mirror of
https://github.com/yongghongg/stock-symbol.git
synced 2024-01-14 00:27:38 +03:00
[fix] fix base url
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import requests
|
||||
|
||||
_BASE_URL_ = 'https://stock-symbols.herokuapp.com/api/'
|
||||
_BASE_URL_ = 'https://stock-symbol.herokuapp.com/api/'
|
||||
|
||||
_UNAUTHORIZED_ = 401
|
||||
_NOT_FOUND_ = 404
|
||||
|
||||
Reference in New Issue
Block a user