Style tweak
This commit is contained in:
@ -65,8 +65,13 @@ function createServer() {
|
|||||||
|
|
||||||
app.get('/_publicKey', require('./actions/showPublicKey'))
|
app.get('/_publicKey', require('./actions/showPublicKey'))
|
||||||
|
|
||||||
app.post('/_auth', require('./actions/createAuth'))
|
app.use(
|
||||||
app.get('/_auth', require('./actions/showAuth'))
|
'/_auth',
|
||||||
|
createRouter(app => {
|
||||||
|
app.post('/', require('./actions/createAuth'))
|
||||||
|
app.get('/', require('./actions/showAuth'))
|
||||||
|
})
|
||||||
|
)
|
||||||
|
|
||||||
app.use(
|
app.use(
|
||||||
'/_blacklist',
|
'/_blacklist',
|
||||||
|
|||||||
Reference in New Issue
Block a user