mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
update common embed location, move some back into their own files
This commit is contained in:
@@ -8,7 +8,8 @@ import dbClient from 'db/client.ts';
|
||||
import stdResp from 'endpoints/stdResponses.ts';
|
||||
import { verifyQueryHasParams } from 'endpoints/utils.ts';
|
||||
|
||||
import { generateApiDeleteEmail } from 'src/commandUtils.ts';
|
||||
import { generateApiDeleteEmail } from 'embeds/api.ts';
|
||||
|
||||
import utils from 'src/utils.ts';
|
||||
|
||||
export const apiKeyDelete = async (query: Map<string, string>, apiUserid: bigint, apiUserEmail: string, apiUserDelCode: string): Promise<Response> => {
|
||||
|
||||
@@ -8,7 +8,8 @@ import dbClient from 'db/client.ts';
|
||||
import stdResp from 'endpoints/stdResponses.ts';
|
||||
import { verifyQueryHasParams } from 'endpoints/utils.ts';
|
||||
|
||||
import { generateApiKeyEmail } from 'src/commandUtils.ts';
|
||||
import { generateApiKeyEmail } from 'embeds/api.ts';
|
||||
|
||||
import utils from 'src/utils.ts';
|
||||
|
||||
export const apiKey = async (query: Map<string, string>): Promise<Response> => {
|
||||
|
||||
Reference in New Issue
Block a user