linting
parent
51e4ef4f2c
commit
ad098bfa12
2
app.ts
2
app.ts
|
|
@ -5,7 +5,7 @@ import compression from 'compression'
|
|||
import cookieParser from 'cookie-parser'
|
||||
import csurf from 'csurf'
|
||||
import Debug from 'debug'
|
||||
import express, { type RequestHandler } from 'express'
|
||||
import express from 'express'
|
||||
import rateLimit from 'express-rate-limit'
|
||||
import session from 'express-session'
|
||||
import createError from 'http-errors'
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
<li><a href="<%= urlPrefix %>/dashboard">Home</a></li>
|
||||
<li>
|
||||
<a href="#">
|
||||
|
||||
<span class="icon is-small"><i class="fas fa-cog" aria-hidden="true"></i></span>
|
||||
<span>Administrator Tools</span>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue