Skip to content

Commit

Permalink
fix: new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarnadas committed Nov 9, 2019
1 parent b9ab8ac commit df248b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebHook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { webSocketServer } from './globals'
import { Settings } from './models/Settings.model'
import { Server } from './models/Server.model'

export const URL_API = 'https://smmdb.ddns.net/api/net64server'
export const URL_API = 'https://smmdb.net/api/net64server'

const apiKey = Symbol('apiKey')

Expand Down

0 comments on commit df248b6

Please sign in to comment.