Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
hsc-nue committed Sep 22, 2023
1 parent 1b537da commit a2610a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const i18n = new I18n({
const app = express();

// middleware
app.use(express.static("public"));
app.use(favicon(path.join(__dirname, 'public', 'favicon.ico')));
app.use(express.static("public"));
app.use(express.json());
app.use(cookieParser());
app.use(bodyParser.urlencoded({ extended: true }));
Expand Down
2 changes: 1 addition & 1 deletion dist/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const i18n = new I18n({
});
const app = express();
// middleware
app.use(express.static("public"));
app.use(favicon(path.join(__dirname, 'public', 'favicon.ico')));
app.use(express.static("public"));
app.use(express.json());
app.use(cookieParser());
app.use(bodyParser.urlencoded({ extended: true }));
Expand Down
Binary file added dist/public/favicon.ico
Binary file not shown.

0 comments on commit a2610a0

Please sign in to comment.