Skip to content

Commit 699a30e

Browse files
committed
minor cosmetic changes
1 parent 7f386dd commit 699a30e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
//Alternative express wrapper by runkit : @runkit/runkit/express-endpoint/1.0.0
21
const express = require('express')
32
const jwt = require('jsonwebtoken')
4-
53
const fs = require('fs')
64
var cookieParser = require('cookie-parser')
75

@@ -111,7 +109,7 @@ app.get('', function(req, res) {
111109
<br/><br/>
112110
<a href="/jwt">Next: Create JWT token</a>
113111
<br/><br/><br/><br/><br/><br/>
114-
<small style="opacity:0.8;">Credits: Serving this page via <a target="_blank" href="https://runkit.com/invider/jwt-authentication-demo">Runkit</a></small>
112+
<small style="opacity:0.8;">Made by <a target="_blank" href="https://twitter.com/pradeep_io">@pradeep_io</a></small>
115113
`)
116114
})
117115

0 commit comments

Comments
 (0)