1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

リアルタイム(SocketIO)実装 / Markdown style改善

This commit is contained in:
Rokt33r
2015-09-08 15:28:36 +09:00
parent 51bd12c6cf
commit a3847ce1c9
24 changed files with 176 additions and 110 deletions

View File

@@ -1,4 +1,5 @@
module.exports = {
apiUrl: 'https://api.b00st.io/'
// apiUrl: 'https://api.b00st.io/'
apiUrl: 'https://api2.b00st.io/'
// apiUrl: 'http://localhost:8000/'
}