update backend example code
This commit is contained in:
@@ -17,7 +17,7 @@ import { Server } from '@hocuspocus/server'
|
||||
import { LevelDB } from '@hocuspocus/leveldb'
|
||||
|
||||
const server = Server.configure({
|
||||
port: 1234,
|
||||
port: 80,
|
||||
|
||||
persistence: new LevelDB({
|
||||
path: './database',
|
||||
|
||||
Reference in New Issue
Block a user