mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Change url development to production
This commit is contained in:
@@ -19,7 +19,8 @@ class RealtimeNotification extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fetchNotifications () {
|
fetchNotifications () {
|
||||||
fetch('https://raw.githubusercontent.com/asmsuechan/notification/master/notification.json')
|
const notificationsUrl = 'https://raw.githubusercontent.com/BoostIO/notification/master/notification.json'
|
||||||
|
fetch(notificationsUrl)
|
||||||
.then(response => {
|
.then(response => {
|
||||||
return response.json()
|
return response.json()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user