Skip to content

Commit

Permalink
fix router not found path err
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjalwalia committed Mar 12, 2021
1 parent 53943a1 commit f322cd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>InShare - File Sharing Made Easy</title>
<title>Skynet | Home</title>
<link rel="stylesheet" href="style.css" />
</head>

Expand Down Expand Up @@ -98,7 +98,7 @@
<div class="toast">Sample message</div>
<!-- github fork button -->
<a
href="https://github.com/ShivamJoker/inshare"
href="https://github.com/masterchief01/skynet"
class="github-corner"
aria-label="View source on GitHub"
>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/fileOps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import express from 'express';
import { postFile } from '../controllers/FileOps';
import { postFile } from '../controllers/fileOps';
import { mailResponse } from '../controllers/SendEmail';

const router = express.Router();
Expand Down
6 changes: 2 additions & 4 deletions src/views/download.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Skyney Home</title>
<title>Skynet | Store</title>
<link rel="stylesheet" href="/css/style.css" />
</head>

<body>
<!-- <img src="/img/logo.png" alt="Inshare logo" class="logo" /> -->

<section class="download">
<img
class="download__icon"
Expand All @@ -34,7 +32,7 @@

<!-- github fork button -->
<a
href="https://github.com/codersgyan"
href="https://github.com/masterchief01/skynet"
target="_blank"
class="github-corner"
aria-label="View source on GitHub"
Expand Down

0 comments on commit f322cd7

Please sign in to comment.