Move services.ts
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// services.ts
|
||||
|
||||
import { AuthService, InMemoryAuthStore } from "./auth";
|
||||
import { config } from "./config";
|
||||
import { getLogs, log } from "./logging";
|
||||
import { AuthService, InMemoryAuthStore } from "../auth";
|
||||
import { config } from "../config";
|
||||
import { getLogs, log } from "../logging";
|
||||
|
||||
//const database = Client({
|
||||
|
||||
Reference in New Issue
Block a user