Skip to content

Commit

Permalink
Removes old files
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 committed Aug 25, 2020
1 parent b11beb5 commit 3825c96
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 83 deletions.
2 changes: 0 additions & 2 deletions Procfile

This file was deleted.

1 change: 1 addition & 0 deletions daemon/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub fn create(app: App) -> thread::JoinHandle<()> {
rocket::ignite()
.attach(make_cors())
.manage(app)
.mount("/", StaticFiles)
.mount("/", StaticFiles::from("../ui/build/"))
.mount("/api", api)
.launch();
Expand Down
59 changes: 0 additions & 59 deletions package-lock.json

This file was deleted.

22 changes: 0 additions & 22 deletions package.json

This file was deleted.

0 comments on commit 3825c96

Please sign in to comment.