mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Typo
This commit is contained in:
parent
a5e769de3f
commit
3d56875be5
@ -1,5 +1,5 @@
|
||||
import createServer from './server'
|
||||
import ActiviyPub from './activitypub/ActivityPub'
|
||||
import ActivityPub from './activitypub/ActivityPub'
|
||||
|
||||
const serverConfig = {
|
||||
port: process.env.GRAPHQL_PORT || 4000
|
||||
@ -13,5 +13,5 @@ const server = createServer()
|
||||
server.start(serverConfig, options => {
|
||||
/* eslint-disable-next-line no-console */
|
||||
console.log(`Server ready at ${process.env.GRAPHQL_URI} 🚀`)
|
||||
ActiviyPub.init(server)
|
||||
ActivityPub.init(server)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user