This commit is contained in:
@ -32,6 +32,4 @@ export function uuidToNoSymboUUID(uuid) {
|
||||
|
||||
export function toSymboUUID(uuid) {
|
||||
return hexToUuid(uuid)
|
||||
}
|
||||
|
||||
console.log(uuid('test'))
|
||||
}
|
@ -1,4 +1,3 @@
|
||||
import { server } from './index.js'
|
||||
|
||||
export async function headerValidation(req, rep) {
|
||||
if(!(/(authserver)|(sessionserver)|(api)/g).test(req.url)) {
|
||||
|
@ -1,3 +0,0 @@
|
||||
import * as Server from './index.js'
|
||||
|
||||
console.log(Server)
|
Reference in New Issue
Block a user