[fix] fix base url

This commit is contained in:
yonghong.tan
2022-01-19 23:39:30 +09:00
parent 0fe276d4e2
commit 0db217f7e3

View File

@@ -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