implemented post management dashboard and started work on projects
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
'server only'
|
||||
|
||||
import { hash, compare } from "bcrypt";
|
||||
|
||||
|
||||
|
||||
+3
-2
@@ -1,5 +1,6 @@
|
||||
'server only'
|
||||
import Gens from "./gens";
|
||||
import Auth from "./Auth";
|
||||
// import Auth from "./Auth";
|
||||
|
||||
|
||||
function getAPIEnv(){
|
||||
@@ -27,4 +28,4 @@ function truncateString(str:string = '', num:number = 255) {
|
||||
}
|
||||
|
||||
|
||||
export { Gens, Auth, constructAPIUrl, constructUrl, truncateString }
|
||||
export { Gens, constructAPIUrl, constructUrl, truncateString }
|
||||
Reference in New Issue
Block a user