Skip to content

Commit

Permalink
improve index, blockchain
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Sep 7, 2023
1 parent a3be60a commit 9f006d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import path from "path"
import { fileURLToPath } from 'url'
import {run} from "./modules/server.js"
import {run} from "./Modules/server.js"
import fs from "fs";
import {nvl} from "./Helpers/nvl.js";
import {hostname} from "os";
Expand Down

0 comments on commit 9f006d3

Please sign in to comment.