Skip to content

Commit 99b81f9

Browse files
committed
Fix symbols urls
1 parent b9ede4c commit 99b81f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

finterion/configuration/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ def get_retrieve_portfolio_url(base_url):
3131

3232

3333
def get_supported_symbols_url(base_url):
34-
return f"{base_url}/symbols"
34+
return f"{base_url}/data/symbols"

0 commit comments

Comments
 (0)