mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Change url development to production
This commit is contained in:
@@ -19,7 +19,8 @@ class RealtimeNotification extends React.Component {
|
||||
}
|
||||
|
||||
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 => {
|
||||
return response.json()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user