Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
your-a-nerd committed Dec 10, 2020
1 parent 4c50f33 commit 17caaf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Resource/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const express = require("express");
const app = express();

app.get("/", (req, res) => {
res.send("joe is a fuck tard in a half")
res.send("ok")
})

app.listen(5001, () => console.log("express server started on port 5000"));
Expand Down
1 change: 0 additions & 1 deletion StaffPanel/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import passport from 'passport';
import Strategy from 'passport-discord';
import session from 'express-session'
import Logger from './services/Logger';
import { GuildMember } from 'discord.js';
import { MessageEmbed } from 'discord.js';

class App {
Expand Down

0 comments on commit 17caaf6

Please sign in to comment.