Skip to content

Commit

Permalink
Fixed url in mock-server
Browse files Browse the repository at this point in the history
  • Loading branch information
eightants committed Dec 8, 2020
1 parent 5d2f4f2 commit ea5dc68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# compiled output
dist
server/server.js

serviceAccountKey.json
.vercel
Expand Down
2 changes: 1 addition & 1 deletion server/mock-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ---
* A lightweight version of the Whisperify backend for open source development.
* Most of Whisperify's features are frontend-heavy, the server is mostly used for authentication and database calls.
* Contribute to Whisperify by creating a new feature and making a pull request at https://whisperify.net/github
* Contribute to Whisperify by creating a new feature and making a pull request at https://github.com/eightants/whisperify
*/

const express = require("express");
Expand Down

0 comments on commit ea5dc68

Please sign in to comment.