Huge changes! Added some API features, but not fully.
This commit is contained in:
8
api/helpers/post_api.ts
Normal file
8
api/helpers/post_api.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/// <reference lib="deno.ns" />
|
||||
/**
|
||||
* @author Esad Mustafoski
|
||||
* @description API file for Posts
|
||||
*/
|
||||
|
||||
import * as db_utils from "../../database/utils.ts";
|
||||
import * as helper_utils from "../helpers.ts";
|
||||
Reference in New Issue
Block a user