Skip to content

Commit

Permalink
Merge pull request #147 from Arquisoft/develop
Browse files Browse the repository at this point in the history
Deploy n4
  • Loading branch information
paulasuarezp authored Apr 29, 2023
2 parents 8556b68 + 9a4050a commit c359eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const port: number = 3000;

app.use(express.static("build"));
app.use(express.static('public'));

app.use(express.static(__dirname + '/public'));

app
.listen(port, (): void => {
Expand Down

0 comments on commit c359eaf

Please sign in to comment.