Cleaned some warnings from the deprecated global app object
This commit is contained in:
@@ -2,7 +2,7 @@ import * as http from 'http'
|
||||
import * as url from 'url'
|
||||
import api from './api'
|
||||
import { Notice } from 'obsidian'
|
||||
import { saveSettings, settings } from 'src/settings'
|
||||
import { settings } from 'src/settings'
|
||||
|
||||
export function getServer() {
|
||||
const server = http.createServer(async function (req, res) {
|
||||
|
||||
Reference in New Issue
Block a user