1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-15 06:40:28 +05:30
Piped/src/Constants.js

4 lines
104 B
JavaScript
Raw Normal View History

2020-11-11 14:50:57 +05:30
export default {
2020-11-17 10:45:35 +05:30
BASE_URL: localStorage.getItem("instance") || 'https://pipedapi.kavin.rocks',
}