mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix Endpoints bug created in constants pr (#432)
This commit is contained in:
@@ -5,7 +5,7 @@ var Constants = {};
|
||||
|
||||
var API = Constants.API = "https://discordapp.com/api";
|
||||
|
||||
Constants.Endpoints = {
|
||||
var Endpoints = Constants.Endpoints = {
|
||||
// general endpoints
|
||||
LOGIN: API + "/auth/login",
|
||||
LOGOUT: API + "/auth/logout",
|
||||
|
||||
Reference in New Issue
Block a user