Skip to content

Commit

Permalink
Fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonhochkins committed Jul 5, 2024
1 parent 03d61e7 commit 6931fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hakit/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Hakit",
"version": "1.0.26",
"version": "1.0.27",
"slug": "hakit",
"init": false,
"ingress": true,
Expand Down
2 changes: 1 addition & 1 deletion hakit/server/routes/write-file.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Request, Response } from 'express';
import { join } from 'path';
import { writeFile as fsWriteFile } from 'fs/promises';
import { APP_DIRECTORY } from 'server/constants.js';
import { APP_DIRECTORY } from '../constants.js';

export async function writeFile(req: Request, res: Response) {
try {
Expand Down

0 comments on commit 6931fba

Please sign in to comment.