mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
chore: remove get-slug commented code
This commit is contained in:
parent
041fe49b05
commit
bb0987cab9
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ import { respond } from '../utils/api-tools';
|
|||
import { getGuild } from '../utils/guild';
|
||||
|
||||
export const GetSlug = async (request: Request): Promise<Response> => {
|
||||
// return respond({ hello: 'world' });
|
||||
const reqURL = new URL(request.url);
|
||||
const [, , serverID] = reqURL.pathname.split('/');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue